1
0
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:
xmflsct
2022-12-04 17:56:47 +01:00
parent b70ca924a1
commit cb7762d18c
8 changed files with 24 additions and 50 deletions

View File

@ -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}