Skip to content

Commit

Permalink
tidy up tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulharter committed Feb 14, 2024
1 parent 08cc641 commit f3f5af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/toolbar/src/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type TabName = 'status' | 'db' | 'sql'
function TabItem(
label: string,
name: TabName,
handleClick: (name: 'status' | 'db' | 'sql') => void,
handleClick: (name: TabName) => void,
active: string,
): JSX.Element {
const className =
Expand Down

0 comments on commit f3f5af3

Please sign in to comment.