We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafeb5e commit 399b9ecCopy full SHA for 399b9ec
typing-app/src/components/molecules/GameStartButton.tsx
@@ -7,7 +7,6 @@ import gameButton from "@/assets/images/home/game.png";
7
import { getCurrentUser } from "@/app/actions";
8
import { useRouter } from "next/navigation";
9
10
-
11
const GameStartButton = () => {
12
const router = useRouter();
13
const { isOpen, onOpen, onClose } = useDisclosure();
@@ -18,7 +17,7 @@ const GameStartButton = () => {
18
17
} else {
19
onOpen();
20
}
21
- }
+ };
22
23
return (
24
<>
0 commit comments