Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: Start Page
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Aug 27, 2024
1 parent 73d89ff commit 3f111c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/page/play/PlayPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import FutureDialog from "@src/component/dialog/futuredialog/FutureDialog";

export default function PlayPage() {

const [scene, setScene] = useState(6);
const [scene, setScene] = useState(0);
const location = useLocation();
const name = location.state.name;
const [isShowEndDialog, setIsShowEndDialog] = useState(false)
Expand Down

0 comments on commit 3f111c8

Please sign in to comment.