Remove curly braces for consistency.

This commit is contained in:
Lucid Kobold
2022-04-09 17:07:51 -05:00
parent ba6743cd1b
commit 6b280f448c
3 changed files with 4 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ const DatePicker = (): JSX.Element => {
py={4}
>
<Heading as="h4" size="sm" fontWeight="semibold">
Required fields indicated with{" "}
{"Required fields indicated with"}
<FormValidateEmoji type="Required" />
</Heading>
<Field name="date" validate={validateDate}>