diff --git a/packages/web/src/components/tabbedPane.tsx b/packages/web/src/components/tabbedPane.tsx index 9ac3deb0b0..3b377f1d1d 100644 --- a/packages/web/src/components/tabbedPane.tsx +++ b/packages/web/src/components/tabbedPane.tsx @@ -53,7 +53,7 @@ export const TabbedPane: React.FunctionComponent<{ void, - 'aria-controls'?: string, -}> = ({ id, title, count, errorCount, selected, onSelect, 'aria-controls': ariaControls }) => { + ariaControls?: string, +}> = ({ id, title, count, errorCount, selected, onSelect, ariaControls }) => { return
onSelect?.(id)} role='tab'