From 281ce9585014bbca50d0b571af7d892f507b2501 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 22 May 2026 14:30:21 -0500 Subject: [PATCH] Rm not-null assert --- src/components/Post/Embed/StandardSiteEmbed/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Post/Embed/StandardSiteEmbed/index.tsx b/src/components/Post/Embed/StandardSiteEmbed/index.tsx index 272b13e22d..7e2a918cfd 100644 --- a/src/components/Post/Embed/StandardSiteEmbed/index.tsx +++ b/src/components/Post/Embed/StandardSiteEmbed/index.tsx @@ -453,11 +453,13 @@ export function SubscribeButton({ ? l`Subscribe on ${highlightedPublisher.name}` : l`View publication` + if (!view.source) return null + return (