This commit is contained in:
Kieran 2022-12-28 17:07:52 +00:00
parent f6a4ce3cdc
commit 675f5eefa0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default function Note(props) {
}
}
} else {
return <a href={url}>{url}</a>
return <a href={url}>{url.toString()}</a>
}
} else {
let mentions = a.split(MentionRegex).map((match) => {