diff --git a/frontend/src/components/PhysicsSimulation.tsx b/frontend/src/components/PhysicsSimulation.tsx index 7fba791..dc779fc 100644 --- a/frontend/src/components/PhysicsSimulation.tsx +++ b/frontend/src/components/PhysicsSimulation.tsx @@ -254,7 +254,7 @@ export function World() { pillText.remove(); }); }; - }, [resolvedTheme, dimensions]); + }, [resolvedTheme]); return ( // TODO: ask Shubh why does my name spawn at the top and then shift down