Fix link
This commit is contained in:
parent
f6a4ce3cdc
commit
675f5eefa0
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user