fix(quote): remove extra :

This commit is contained in:
en 2025-02-19 21:25:21 +01:00
parent 9c153e4a18
commit b8c43421f6

View File

@ -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>