fix(edge/stacks): remove parentheses [EE-6277] (#10560)

release/2.19.2
Chaim Lev-Ari 2023-11-09 09:55:54 +02:00 committed by GitHub
parent e73b7fe0fd
commit d6ac29b498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ export function TableSettingsMenus({
}) {
return (
<>
(
<ColumnVisibilityMenu<DecoratedEdgeStack>
table={tableInstance}
onChange={(hiddenColumns) => {
@ -24,7 +23,6 @@ export function TableSettingsMenus({
}}
value={tableState.hiddenColumns}
/>
)
<TableSettingsMenu>
<TableSettingsMenuAutoRefresh
value={tableState.autoRefreshRate}