Skip to content

Commit

Permalink
Button: fix an error where a variable might not be defined
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jul 16, 2024
1 parent a2a67b3 commit 82f1172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/atoms/Button/Button.twig
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
{
class: icon_classes,
class: icon_classes ?? '',
},
)
} %}
Expand Down

0 comments on commit 82f1172

Please sign in to comment.