From c11553718888ff82db352d91e813a0ac7705e36b Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Wed, 3 Apr 2024 12:20:48 -0500 Subject: [PATCH] linting (#393) --- plugins/ui/src/js/src/elements/Picker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/src/js/src/elements/Picker.tsx b/plugins/ui/src/js/src/elements/Picker.tsx index 694517776..7cc7f023f 100644 --- a/plugins/ui/src/js/src/elements/Picker.tsx +++ b/plugins/ui/src/js/src/elements/Picker.tsx @@ -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 ) );