This commit is contained in:
legop3
2026-05-13 12:35:44 -04:00
parent 26185435b6
commit b38a81d002
3 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ export default function RoverDescriptionOverlay({
setLargeFading(false);
baselineIntentRef.current = Number(controlIntentAt) || 0;
return undefined;
}, [controlIntentAt, description, displayKey, variant]);
}, [description, displayKey, variant]);
useEffect(() => {
if (variant !== 'default' || !description || !largeVisible || largeFading) return;