Skip to content

Commit

Permalink
Update src/Badge.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
  • Loading branch information
garronej authored Oct 15, 2023
1 parent 6f5c833 commit 12b4b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Badge = memo(
return React.createElement(
as,
{
className: cx(
"className": cx(
fr.cx(
"fr-badge",
severity !== undefined && `fr-badge--${severity}`,
Expand Down

0 comments on commit 12b4b12

Please sign in to comment.