Skip to content

Commit

Permalink
linting (deephaven#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 3, 2024
1 parent 5d64584 commit c115537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/js/src/elements/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ function Picker({ children, ...props }: PickerProps) {
useTableClose(table);

if (isObjectView) {
// eslint-disable-next-line react/jsx-props-no-spreading
return (
table && (
// eslint-disable-next-line react/jsx-props-no-spreading
<DHPickerJSApi {...pickerProps} table={table} settings={settings} />
)
);
Expand Down

0 comments on commit c115537

Please sign in to comment.