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