From 6ff9d2bf950afef4484e3721d89384f8d470de23 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 2 Jul 2019 13:35:37 -0400 Subject: [PATCH] disable wallet backup import for web --- src/ui/page/help/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/page/help/view.jsx b/src/ui/page/help/view.jsx index 924120d34..b40be38d9 100644 --- a/src/ui/page/help/view.jsx +++ b/src/ui/page/help/view.jsx @@ -4,12 +4,12 @@ import * as icons from 'constants/icons'; import * as React from 'react'; // @if TARGET='app' import { shell } from 'electron'; +import WalletBackup from 'component/walletBackup'; // @endif import { Lbry } from 'lbry-redux'; import Native from 'native'; import Button from 'component/button'; import Page from 'component/page'; -import BackupSection from 'component/walletBackup'; type DeamonSettings = { data_dir: string | any, @@ -195,7 +195,7 @@ class HelpPage extends React.PureComponent { {/* @if TARGET='app' */} - + {/* @endif */}