This commit is contained in:
Sean Yesmunt 2021-01-26 11:19:18 -05:00
parent e318bb38b4
commit 3d58c4eca6

View file

@ -122,7 +122,7 @@ const WalletBalance = (props: Props) => {
)}
{/* @if TARGET='app' */}
{!hasSynced ? (
{hasSynced ? (
<p className="section help">
{__('A backup of your wallet is synced with lbry.tv.')}
<HelpLink href="https://lbry.com/faq/account-sync" />