Skip to content

Commit

Permalink
Merge pull request #2678 from bakdata/history-iteration-4-b
Browse files Browse the repository at this point in the history
Fix some unused vars
  • Loading branch information
Kadrian authored Aug 22, 2022
2 parents e8f0176 + e88a501 commit 1d0bd2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/js/button/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const IconButton = forwardRef<HTMLButtonElement, IconButtonPropsT>(
<SxBasicButton
active={active}
secondary={secondary}
light={light}
{...restProps}
ref={ref}
>
Expand Down

0 comments on commit 1d0bd2a

Please sign in to comment.