fix(quote): remove extra :
This commit is contained in:
parent
9c153e4a18
commit
b8c43421f6
@ -46,7 +46,7 @@ export const NoteQuoteRepostPopup = ({
|
|||||||
Quote repost this?
|
Quote repost this?
|
||||||
</label>
|
</label>
|
||||||
<NoteSubmit
|
<NoteSubmit
|
||||||
initialContent={`\n\n:${content}`}
|
initialContent={`\n\n${content}`}
|
||||||
handleClose={handleClose}
|
handleClose={handleClose}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user