Skip to content

Commit e538f91

Browse files
committed
types fixes
1 parent ed3f758 commit e538f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Nav/ClusterMenu/__tests__/ClusterMenu.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { onlineClusterPayload } from 'lib/fixtures/clusters';
99
describe('ClusterMenu', () => {
1010
const handleTabClick = jest.fn();
1111

12-
const setupComponent = (cluster: Cluster, openTab?: string | false) => (
12+
const setupComponent = (cluster: Cluster, openTab?: string) => (
1313
<ClusterMenu
1414
name={cluster.name}
1515
status={cluster.status}

0 commit comments

Comments
 (0)