From 0a0a8c465833b4228a77ee4087afec9f987b2083 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 13 Feb 2020 09:45:41 -0500 Subject: [PATCH] requireAuth for repost button on web --- ui/component/fileActions/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index cdd1e25d5..5afe84d78 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -55,6 +55,7 @@ function FileActions(props: Props) { button="alt" icon={ICONS.REPOST} label={__('Repost')} + requiresAuth={IS_WEB} onClick={() => openModal(MODALS.REPOST, { uri })} />