Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
faizov committed Jun 18, 2024
1 parent c47d8ec commit c7e8368
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/apps/vara-man/src/feature/single-game/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export const Game = () => {
}
}, [level]);

if (!currentLevel) {
return;
}

return (
<div>
<div className="w-full flex flex-col justify-center items-center">
Expand Down

0 comments on commit c7e8368

Please sign in to comment.