diff --git a/src/components/comment/LocalCommentForm/index.tsx b/src/components/comment/LocalCommentForm/index.tsx index a2bb90db..d3dcac18 100644 --- a/src/components/comment/LocalCommentForm/index.tsx +++ b/src/components/comment/LocalCommentForm/index.tsx @@ -19,7 +19,7 @@ const LocalCommentForm: FC = () => { return (
- + {formik.isSubmitting &&
LOADING
} {!!formik.status &&
error: {formik.status}
}