Skip to content

Commit

Permalink
Fixed key warning in unit tests (deephaven#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 8, 2024
1 parent 8e47216 commit 2aa46f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/spectrum/comboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ export const ComboBox = React.forwardRef(function ComboBox(
/>
);
});
ComboBox.displayName = 'ComboBox';
1 change: 1 addition & 0 deletions packages/components/src/spectrum/picker/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ export const Picker = React.forwardRef(function Picker(
/>
);
});
Picker.displayName = 'Picker';

export default Picker;

0 comments on commit 2aa46f3

Please sign in to comment.