Pull in bundle.js from main

This commit is contained in:
Jackson Harper
2022-06-09 13:53:15 -07:00
parent 7b81ad253d
commit 7522f22f51

View File

@ -267,15 +267,6 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
))}
</SpanBox>
) : null}
{props.isAppleAppEmbed && (
<ArticleHeaderToolbar
articleTitle={props.article.title}
articleShareURL={props.highlightsBaseURL}
setShowShareArticleModal={setShowShareModal}
setShowHighlightsModal={props.setShowHighlightsModal}
hasHighlights={props.article.highlights?.length > 0}
/>
)}
</VStack>
<Article
highlightReady={highlightReady}