Skip to content

Commit

Permalink
fixed js syntax error from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Apr 18, 2022
1 parent 53d1204 commit 37dc1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Button/Button.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const Labeled = (args) => {
</Button>

<Button
className={args.variant + ' icon ' + args.icon_position ' labeled'}
className={args.variant + ' icon ' + args.icon_position + ' labeled'}
disabled={args.disabled}
>
{args.icon_position === ' left' && (
Expand Down

0 comments on commit 37dc1f5

Please sign in to comment.