diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index bc9093b17..e3dd3ba1e 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -56,25 +56,24 @@ function FileActions(props: Props) { onClick={() => openModal(MODALS.SOCIAL_SHARE, { uri, webShareable })} /> - {!SIMPLE_SITE && ( -
+
+
- )} + )} +
+ ); diff --git a/ui/page/discover/view.jsx b/ui/page/discover/view.jsx index 5d06fc20d..dfd58cd8f 100644 --- a/ui/page/discover/view.jsx +++ b/ui/page/discover/view.jsx @@ -92,7 +92,8 @@ function DiscoverPage(props: Props) { return ( } + tileLayout={repostedUri ? false : tileLayout} claimType={claimType ? [claimType] : undefined} headerLabel={headerLabel} tags={tags}