Skip to content

Commit

Permalink
chore: fix comment (keep-starknet-strange#167)
Browse files Browse the repository at this point in the history
Signed-off-by: todaymoon <[email protected]>
  • Loading branch information
todaymoon authored Jun 10, 2024
1 parent bffb488 commit 64d5755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JoyboyCommunity/src/app/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Wrapper: React.FC = () => {
);

useEffect(() => {
// TODO: uncomment when we want to apply themeing
// TODO: uncomment when we want to apply theming
// setTheme(colorScheme === "light" ? lightModeColors : darkModeColors);
}, [colorScheme]);

Expand Down

0 comments on commit 64d5755

Please sign in to comment.