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}
|
||||
/>
|
||||
</div>
|
||||
{showPreview && <NotePreview content={content} />}
|
||||
<div className='feedPostsPostInsideAction'>
|
||||
<div
|
||||
className='inputLabelWrapperMain inputLabelWrapperMainAlt'
|
||||
@ -145,6 +144,7 @@ export const NoteSubmit = ({
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{showPreview && <NotePreview content={content} />}
|
||||
</div>
|
||||
</form>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user