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 17, 2025
1 parent 27b9c07 commit 9265716
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 9265716

Please sign in to comment.