Skip to content

Commit

Permalink
fix: correct lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Jul 31, 2024
1 parent 59b0f63 commit 737e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Select = ({
color={SageTokens.COLOR_PALETTE.CHARCOAL_100}
name="caret-down"
size=""
></pds-icon>
/>
{label && (
<label htmlFor={id} className="sage-select__label">{label}</label>
)}
Expand Down

0 comments on commit 737e805

Please sign in to comment.