Prittier rules.
This commit is contained in:
@@ -165,7 +165,11 @@ const DatePicker = (): JSX.Element => {
|
||||
});
|
||||
}}
|
||||
>
|
||||
{(formProps: FormikProps<{ date: string }>) => (
|
||||
{(
|
||||
formProps: FormikProps<{
|
||||
date: string;
|
||||
}>
|
||||
) => (
|
||||
<Form
|
||||
style={{
|
||||
width: "100%",
|
||||
|
||||
Reference in New Issue
Block a user