Skip to content

Commit dc69b19

Browse files
committed
fixed issue text box dissapearing
1 parent ffd6df5 commit dc69b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextstep-frontend/src/components/NewPost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const NewPostModal: React.FC<NewPostModalProps> = ({ open, onClose, onPostCreate
318318
/>
319319

320320
<Box sx={{ mb: 3 }}>
321-
{open && mountedEditor && content && (
321+
{open && mountedEditor && (
322322
<FroalaEditorComponent
323323
ref={editorRef}
324324
tag="textarea"

0 commit comments

Comments
 (0)