diff --git a/frontend/src/routes/_auth.report.index.tsx b/frontend/src/routes/_auth.report.index.tsx index aaa079cd..7977304c 100644 --- a/frontend/src/routes/_auth.report.index.tsx +++ b/frontend/src/routes/_auth.report.index.tsx @@ -446,14 +446,7 @@ export const ReportCreateForm = (): JSX.Element => { [state.canSubmit, state.isSubmitting]} children={([canSubmit, isSubmitting]) => { - console.log(canSubmit, isSubmitting); - return ( - - ); + return ; }} />