diff --git a/client/web/src/enterprise/batches/BatchChangeTabs.tsx b/client/web/src/enterprise/batches/BatchChangeTabs.tsx index 9c3958e3706d..1ea6920e0f8f 100644 --- a/client/web/src/enterprise/batches/BatchChangeTabs.tsx +++ b/client/web/src/enterprise/batches/BatchChangeTabs.tsx @@ -6,7 +6,7 @@ import styles from './BatchChangeTabs.module.scss' /** sourcegraph/wildcard `Tabs` with styling applied to prevent CLS on hovering the tabs. */ export const BatchChangeTabs: React.FunctionComponent = props => ( - + ) /** sourcegraph/wildcard `TabsList` with BC visual styling applied. */