fix: format & lint

This commit is contained in:
Tom Boullay
2026-04-27 11:20:59 +02:00
parent eb0db21d29
commit 38abeb3b49
2 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -37,10 +37,7 @@ export function World(): React.JSX.Element {
)}
{cameraMode !== "debug" ? (
<PlayerComponent
octree={octree}
spawnPosition={playerSpawnPosition}
/>
<PlayerComponent octree={octree} spawnPosition={playerSpawnPosition} />
) : null}
</>
);