diff --git a/src/app/RecordingMetadata/RecordingLabelFields.tsx b/src/app/RecordingMetadata/RecordingLabelFields.tsx index 2bb700f5e..3d9ef2f86 100644 --- a/src/app/RecordingMetadata/RecordingLabelFields.tsx +++ b/src/app/RecordingMetadata/RecordingLabelFields.tsx @@ -133,7 +133,7 @@ export const RecordingLabelFields: React.FC = ({ } // Ignore initial empty key inputs }); return arr; - }, [labels, isDuplicateKey]); + }, [labels]); return loading ? (