From 51d8d85c6006a3aa5013f5cdeefa2f3f068a3c49 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 17 Sep 2020 11:49:53 -0400 Subject: [PATCH] re-enable reposts for SIMPLE_SITE --- ui/component/fileActions/view.jsx | 29 ++++++++++++++--------------- ui/page/discover/view.jsx | 3 ++- 2 files changed, 16 insertions(+), 16 deletions(-) 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}