Skip to content

Commit

Permalink
Pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Feb 28, 2025
1 parent 28e2610 commit 84331e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
interactiveClient.pause();
};
}, [interactiveClient]);

const loadMarkers = useCallback(() => {
const player = getPlayer();
if (!player) return;
Expand Down

0 comments on commit 84331e7

Please sign in to comment.