We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f80b0 commit 360b9cbCopy full SHA for 360b9cb
src/pages/DataSamplesPage.tsx
@@ -78,7 +78,7 @@ const DataSamplesPage = () => {
78
isRecordingDialogOpen;
79
const hint: DataSamplesPageHint = isDialogOpen
80
? null
81
- : activeHintForActions(actions, hasMoved, isConnected);
+ : activeHintForActions(actions, isConnected, hasMoved);
82
83
return (
84
<>
0 commit comments