Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Oct 23, 2024
1 parent c5be0e5 commit b5a0828
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ function CategoryOptionGroupFormFields() {
{i18n.t('Basic information')}
</StandardFormSectionTitle>
<StandardFormSectionDescription>
{i18n.t('Set up the basic information for this category option group.')}
{i18n.t(
'Set up the basic information for this category option group.'
)}
</StandardFormSectionDescription>
<DefaultIdentifiableFields />
<DescriptionField
schemaSection={section}
helpText={i18n.t('Explain the purpose of this category option group.')}
helpText={i18n.t(
'Explain the purpose of this category option group.'
)}
/>
</StandardFormSection>

Expand Down

0 comments on commit b5a0828

Please sign in to comment.