Prittier rules.

This commit is contained in:
Lucid Kobold
2021-12-29 11:40:08 -06:00
parent eb09735107
commit 11c8010515
6 changed files with 41 additions and 40 deletions

View File

@@ -165,7 +165,11 @@ const DatePicker = (): JSX.Element => {
});
}}
>
{(formProps: FormikProps<{ date: string }>) => (
{(
formProps: FormikProps<{
date: string;
}>
) => (
<Form
style={{
width: "100%",