diff --git a/src/games/storywriter/components/editor.tsx b/src/games/storywriter/components/editor.tsx index 14f0319..af2f704 100644 --- a/src/games/storywriter/components/editor.tsx +++ b/src/games/storywriter/components/editor.tsx @@ -136,7 +136,7 @@ export const Editor = () => { return (
- {titleBar} + {currentTab !== 'menu' && titleBar}