From f45e34f330f0c135855b4619560b5a31c0d2c019 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 26 Feb 2021 17:24:52 +0700 Subject: [PATCH] #34 removed isLoading from textarea --- src/components/comment/LocalCommentForm/index.tsx | 2 +- src/components/comment/LocalCommentFormTextarea/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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}
}