Skip to content

Commit

Permalink
fix: theme (#3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor authored Nov 15, 2024
1 parent a486ff6 commit c702d0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ export default function App() {
const setNamespace = useSetRecoilState(activeNamespaceIdState);
const { namespace } = useUrl();
const makeGardenerLoginRoute = useMakeGardenerLoginRoute();
const { t, i18n } = useTranslation();

useInitTheme();

const { t, i18n } = useTranslation();

useEffect(() => {
setNamespace(namespace);
}, [setNamespace, namespace]);
Expand Down

0 comments on commit c702d0c

Please sign in to comment.