Skip to content

Commit

Permalink
chore: apply eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Aug 13, 2024
1 parent 08b9959 commit 5e257c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/RecordingMetadata/RecordingLabelFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const RecordingLabelFields: React.FC<RecordingLabelFieldsProps> = ({
} // Ignore initial empty key inputs
});
return arr;
}, [labels, isDuplicateKey]);
}, [labels]);

return loading ? (
<LoadingView />
Expand Down

0 comments on commit 5e257c8

Please sign in to comment.