diff --git a/packages/web/components/templates/article/ArticleContainer.tsx b/packages/web/components/templates/article/ArticleContainer.tsx index ab3b00800..3c879b7cb 100644 --- a/packages/web/components/templates/article/ArticleContainer.tsx +++ b/packages/web/components/templates/article/ArticleContainer.tsx @@ -157,13 +157,15 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element { )} ) : null} - 0} - /> + {props.isAppleAppEmbed && ( + 0} + /> + )}