Skip to content

Commit

Permalink
Fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-0-Arora committed Aug 21, 2024
1 parent 9697476 commit 60b8793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions fission/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.14",
Expand Down
4 changes: 3 additions & 1 deletion fission/src/ui/components/MainHUD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ const MainHUD: React.FC = () => {
icon={SynthesisIcons.Gamepad}
onClick={() => new TouchControlsEvent(TouchControlsEventKeys.JOYSTICK)}
/>
) : <></>}
) : (
<></>
)}
</Box>
{userInfo ? (
<MainHUDButton
Expand Down

0 comments on commit 60b8793

Please sign in to comment.