diff options
Diffstat (limited to 'src/view/com/util/post-embeds/index.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 5d0090434..bf2365f18 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -150,7 +150,6 @@ export function PostEmbeds({ return ( <Link asAnchor - noFeedback style={[styles.extOuter, pal.view, pal.border, style]} href={link.uri}> <ExternalLinkEmbed link={link} /> |