From bd8172693cb64045e12288304961bc5ce61683f7 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sat, 5 Jun 2021 03:44:42 +0800 Subject: [PATCH] Re-enable "file download" in Odysee ## Issue Closes 6167 Make downloading more intuitive / obvious in web mode --- ui/component/fileActions/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index c99ed19cd..3001ca6b0 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -1,5 +1,5 @@ // @flow -import { SIMPLE_SITE, SITE_NAME, ENABLE_FILE_REACTIONS } from 'config'; +import { SITE_NAME, ENABLE_FILE_REACTIONS } from 'config'; import * as PAGES from 'constants/pages'; import * as MODALS from 'constants/modal_types'; import * as ICONS from 'constants/icons'; @@ -109,7 +109,7 @@ function FileActions(props: Props) { const rhsSection = ( <> - {!SIMPLE_SITE && } + {claimIsMine && (