Skip to content

Commit 360b9cb

Browse files
Whoops
1 parent b1f80b0 commit 360b9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/DataSamplesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const DataSamplesPage = () => {
7878
isRecordingDialogOpen;
7979
const hint: DataSamplesPageHint = isDialogOpen
8080
? null
81-
: activeHintForActions(actions, hasMoved, isConnected);
81+
: activeHintForActions(actions, isConnected, hasMoved);
8282

8383
return (
8484
<>

0 commit comments

Comments
 (0)