From 044076ca1df0f32b8869e55a4da492a67373f972 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 30 Sep 2019 15:52:53 -0400 Subject: [PATCH] more cleanup --- src/ui/component/syncPassword/view.jsx | 1 + src/ui/component/userEmailNew/view.jsx | 33 ++++++++------ .../component/youtubeTransferStatus/view.jsx | 43 +++++++------------ src/ui/page/channels/view.jsx | 2 +- src/ui/scss/component/_button.scss | 5 +++ src/ui/scss/component/_form-field.scss | 8 ++++ src/ui/scss/component/_modal.scss | 1 - src/ui/scss/component/_navigation.scss | 2 +- src/ui/scss/component/_tags.scss | 14 +++--- 9 files changed, 59 insertions(+), 50 deletions(-) diff --git a/src/ui/component/syncPassword/view.jsx b/src/ui/component/syncPassword/view.jsx index 1dcd6fcc4..f62f43738 100644 --- a/src/ui/component/syncPassword/view.jsx +++ b/src/ui/component/syncPassword/view.jsx @@ -27,6 +27,7 @@ function SyncPassword(props: Props) {
setEmail(e.target.value)} /> - 0 - ? __("This is only available if you don't have a balance") - : __('Maybe some more text about something') - } - checked={syncEnabled} - onChange={() => setSync(!syncEnabled)} - disabled={balance > 0} - /> + {!IS_WEB && ( + 0 ? ( + __('This feature is not yet available for wallets with balances, but the gerbils are working on it.') + ) : ( + + {__('Blockchain expert?')}{' '} +