Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jan 15, 2025
1 parent f27250a commit b6aae16
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ const NumberListItemContent = memo(
return (
<>
<GridItem>
<FormLabel ps={1} m={0}>{index + 1}.</FormLabel>
<FormLabel ps={1} m={0}>
{index + 1}.
</FormLabel>
</GridItem>
<GridItem>
<CompositeNumberInput
Expand Down

0 comments on commit b6aae16

Please sign in to comment.