Typo
This commit is contained in:
parent
554859f4b6
commit
8e783b0eb6
@ -35,7 +35,7 @@ export function NoteCreator(props) {
|
||||
// extension tricks note parser to embed the content
|
||||
let url = rsp.metadata.url ?? `https://void.cat/d/${rsp.id}.${ext}`;
|
||||
|
||||
setNote(n => `${n}\n{url}`);
|
||||
setNote(n => `${n}\n${url}`);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user