diff --git a/apps/comments-ui/src/components/content/forms/Form.tsx b/apps/comments-ui/src/components/content/forms/Form.tsx index a8107b9b17..3cb53e1f3e 100644 --- a/apps/comments-ui/src/components/content/forms/Form.tsx +++ b/apps/comments-ui/src/components/content/forms/Form.tsx @@ -57,8 +57,7 @@ const FormEditor: React.FC = ({comment, submit, progress, setPr }, [editor, comment, openForm, dispatchAction]); if (progress === 'sending') { - submitText = null; - buttonIcon = ; + buttonIcon = ; } const stopIfFocused = useCallback((event) => { @@ -156,16 +155,13 @@ const FormEditor: React.FC = ({comment, submit, progress, setPr } {labs.commentImprovements ? ( ) : (