diff --git a/client/src/app.tsx b/client/src/app.tsx index d5b8647..653286f 100644 --- a/client/src/app.tsx +++ b/client/src/app.tsx @@ -20,7 +20,7 @@ function App() { const params = useParams() const gameId = "g/" + params.owner + "/" + params.repo - // TODO: + // TODO: Modifying setMobile will not change 'layout', and the setMobile function may not exist in the future. const [mobile, setMobile] = React.useState() const layout = useAppSelector((state) => state.preferences.layout); const changeLayout = (layout: PreferencesState["layout"]) => dispatch(setLayout(layout))