Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Oct 29, 2023
1 parent 8141ec7 commit da84a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function App() {

const routeFromLocalStorage = localStorage.getItem("route");

// To fix: previous code - take random route without `handleSetRoute`
// fixed. previous code : take random route without `handleSetRoute`
/*
const [route, setRoute] = useState<string>(
routeFromLocalStorage
Expand Down

0 comments on commit da84a89

Please sign in to comment.