Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent 2a70780 commit 67a722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const ButtonGroups: ButtonGroupStory = {
{
["secondary", "secondary", "secondary", "secondary"].map((value, index) => {
// @ts-ignore
return <Button disabled={(index % 2) == 0} variant={value}>
return <Button disabled={(index % 2) == 1} variant={value}>
{(index % 2) == 0 ? <Button.Icon><IconAbc/></Button.Icon> : null}
{value}
</Button>
Expand Down

0 comments on commit 67a722e

Please sign in to comment.