mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix in some rare cases
This commit is contained in:
@ -128,7 +128,8 @@ const renderNode = ({
|
||||
})
|
||||
}}
|
||||
>
|
||||
{content || (showFullLink ? href : domain[1])}
|
||||
{(content && content !== href && content) ||
|
||||
(showFullLink ? href : domain[1])}
|
||||
{!shouldBeTag ? (
|
||||
<Icon
|
||||
color={theme.blue}
|
||||
|
Reference in New Issue
Block a user