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:
@ -4,7 +4,7 @@
|
||||
"native": "210317",
|
||||
"major": 1,
|
||||
"minor": 0,
|
||||
"patch": 0,
|
||||
"patch": 1,
|
||||
"expo": "40.0.0"
|
||||
},
|
||||
"description": "tooot app for Mastodon",
|
||||
|
@ -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