Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xplato committed May 16, 2024
1 parent 44246ed commit 32645d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ui/TabSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function TabButton<TabType extends string>({
isActive,
onTabChange,
setHighlightStyle,
}: TabButtonProps<TabType>) {
}: TabButtonProps<TabType>): JSX.Element {
const handleClick: MouseEventHandler<HTMLButtonElement> = (ev) => {
onTabChange(tab)
setHighlightStyle({
Expand Down

0 comments on commit 32645d0

Please sign in to comment.