Skip to content

Commit 399b9ec

Browse files
committed
style: prettierを適用
1 parent cafeb5e commit 399b9ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typing-app/src/components/molecules/GameStartButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import gameButton from "@/assets/images/home/game.png";
77
import { getCurrentUser } from "@/app/actions";
88
import { useRouter } from "next/navigation";
99

10-
1110
const GameStartButton = () => {
1211
const router = useRouter();
1312
const { isOpen, onOpen, onClose } = useDisclosure();
@@ -18,7 +17,7 @@ const GameStartButton = () => {
1817
} else {
1918
onOpen();
2019
}
21-
}
20+
};
2221

2322
return (
2423
<>

0 commit comments

Comments
 (0)