diff --git a/client/src/components/comments/Comments/Add.jsx b/client/src/components/comments/Comments/Add.jsx index 015d5935..c40768aa 100755 --- a/client/src/components/comments/Comments/Add.jsx +++ b/client/src/components/comments/Comments/Add.jsx @@ -173,7 +173,7 @@ const Add = React.memo(() => { /> - {isOpened && ( + {(isOpened || data.text.length > 0) && (