From da84a89554c2f5c44e2870e45d24c913bfc005fc Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:56:43 +0100 Subject: [PATCH] Update App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d42843f..97ceb1e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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( routeFromLocalStorage