diff --git a/src/element/Note.js b/src/element/Note.js index 1d032d56..6388d18b 100644 --- a/src/element/Note.js +++ b/src/element/Note.js @@ -80,7 +80,7 @@ export default function Note(props) { } } } else { - return {url} + return {url.toString()} } } else { let mentions = a.split(MentionRegex).map((match) => {