Skip to content

Commit

Permalink
Fix formatting in font-families.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Jan 11, 2024
1 parent 87b926c commit 74209ce
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ function FontFamilies() {
) ) }
</ItemGroup>
) : (
<>
{ __(
'No fonts installed.'
) }
</>
<>{ __( 'No fonts installed.' ) }</>
) }
</VStack>
</>
Expand Down

0 comments on commit 74209ce

Please sign in to comment.