From 3ca847ece382bf54d8db6b83185f1e183c220534 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 20 Aug 2020 21:54:05 -0400 Subject: [PATCH] show lbry link on share dialog for channels --- ui/component/header/view.jsx | 1 - ui/component/socialShare/view.jsx | 44 +++++++++++++++---------------- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index c194763e7..a90f85d2f 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -195,7 +195,6 @@ const Header = (props: Props) => { navigate={`/$/${PAGES.WALLET}`} className="header__navigation-item menu__title header__navigation-item--balance" label={getWalletTitle()} - disabled // @if TARGET='app' onDoubleClick={e => { e.stopPropagation(); diff --git a/ui/component/socialShare/view.jsx b/ui/component/socialShare/view.jsx index 0e26b9a1e..22ca6d88a 100644 --- a/ui/component/socialShare/view.jsx +++ b/ui/component/socialShare/view.jsx @@ -132,29 +132,27 @@ function SocialShare(props: Props) { href={`https://facebook.com/sharer/sharer.php?u=${encodedLbryURL}`} /> {webShareable && !isChannel && ( - -