From fdf67cd6e2729dce350329d9c5f7561e4c4b3ce7 Mon Sep 17 00:00:00 2001 From: David Godinez Date: Mon, 6 Jan 2025 14:55:22 -0700 Subject: [PATCH] fix ts error for TabPanels --- plugins/ui/src/js/src/elements/TabPanels.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/ui/src/js/src/elements/TabPanels.tsx b/plugins/ui/src/js/src/elements/TabPanels.tsx index a68bde3aa..b63e1ed50 100644 --- a/plugins/ui/src/js/src/elements/TabPanels.tsx +++ b/plugins/ui/src/js/src/elements/TabPanels.tsx @@ -4,9 +4,7 @@ import { TabPanelsProps as DHCTabPanelsProps, } from '@deephaven/components'; -export function TabPanels( - props: DHCTabPanelsProps -): JSX.Element { +export function TabPanels(props: DHCTabPanelsProps): JSX.Element { const { UNSAFE_style: unsafeStyle, ...otherProps } = props; return (