add: reusable world video prompt billboard

This commit is contained in:
Tom Boullay
2026-05-09 01:28:06 +01:00
parent e0eae67ace
commit 33524f8409
3 changed files with 54 additions and 19 deletions
@@ -240,7 +240,9 @@ export function RepairRepairingStep({
);
})}
<RepairPromptVideo src={config.interactUiPath} position={[0, 2.3, 0]} />
{isReadyToInstall ? (
<RepairPromptVideo src={config.interactUiPath} position={[0, 2.3, 0]} />
) : null}
</group>
);
}