diff --git a/app/src/pages/story/index.tsx b/app/src/pages/story/index.tsx index 7826051..36502ac 100644 --- a/app/src/pages/story/index.tsx +++ b/app/src/pages/story/index.tsx @@ -43,9 +43,7 @@ const Story: React.FC = () => { return ( - - {currentSceneIndex > 0 ? : } - + {currentSceneIndex > 0 ? : } ); };