Skip to content

Commit

Permalink
fix: hello linter my old friend
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Jun 24, 2024
1 parent 95bb9c3 commit a572f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Label/Label.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const Label = React.forwardRef(({
{icon && (
<pds-icon
name={icon}
class={`${SageClassnames.SPACERS.XS_RIGHT} ${icon && customIconColor ? "sage-label--icon--custom-color" : ""}`}
class={`${SageClassnames.SPACERS.XS_RIGHT} ${icon && customIconColor ? 'sage-label--icon--custom-color' : ''}`}
/>
)}
<span className="sage-label__value-text">
Expand Down

0 comments on commit a572f81

Please sign in to comment.