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