Skip to content

Commit

Permalink
fix spacing issue with helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 7, 2024
1 parent 39b2ee6 commit 399fa3e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ const RegistrationCommonFormSections: React.FC<RegistrationCommonFormSectionsPro
</legend>
</fieldset>
</div>
{latestVersion && (
<FormHelperText>
<HelperText>
<HelperTextItem>Current version is {latestVersion.name}</HelperTextItem>
</HelperText>
</FormHelperText>
)}
</FormGroup>
{latestVersion && (
<FormHelperText>
<HelperText>
<HelperTextItem>Current version is {latestVersion.name}</HelperTextItem>
</HelperText>
</FormHelperText>
)}
<FormGroup label="Version description" fieldId="version-description">
<div className="form-fieldset-wrapper">
{versionDescriptionInput}
Expand Down

0 comments on commit 399fa3e

Please sign in to comment.