Skip to content

Commit

Permalink
Supress bad lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Sep 3, 2023
1 parent b8f0129 commit 8e7d593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Buttons/ButtonGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Button = ({
as: Tag = "button",
isActive,
shouldShowText = true,
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
isHidden = false,
size = "medium",
icon,
Expand Down

0 comments on commit 8e7d593

Please sign in to comment.