Skip to content

Commit

Permalink
chore(radio-button): yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
aledavila committed Mar 22, 2023
1 parent f12b009 commit 0b30868
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ const RadioButtonGroup = React.forwardRef(function RadioButtonGroup(
<div className={`${prefix}--radio-button__validation-msg`}>
{!readOnly && invalid && (
<>
<WarningFilled className={`${prefix}--radio-button__invalid-icon`} />
<WarningFilled
className={`${prefix}--radio-button__invalid-icon`}
/>
<div className={`${prefix}--form-requirement`}>{invalidText}</div>
</>
)}
Expand Down

0 comments on commit 0b30868

Please sign in to comment.