Update src/components/Notes/NoteSubmit.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m1s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m1s
This commit is contained in:
parent
ad527a986d
commit
6bb6fa9859
@ -96,7 +96,6 @@ export const NoteSubmit = ({
|
|||||||
onChange={handleContentChange}
|
onChange={handleContentChange}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{showPreview && <NotePreview content={content} />}
|
|
||||||
<div className='feedPostsPostInsideAction'>
|
<div className='feedPostsPostInsideAction'>
|
||||||
<div
|
<div
|
||||||
className='inputLabelWrapperMain inputLabelWrapperMainAlt'
|
className='inputLabelWrapperMain inputLabelWrapperMainAlt'
|
||||||
@ -145,6 +144,7 @@ export const NoteSubmit = ({
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{showPreview && <NotePreview content={content} />}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user