From 43823607ddcfa00f71560cf62b46cd7f25b56952 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 10 Apr 2019 23:27:26 +0200 Subject: [PATCH] show right col only when account is imported --- .../LeftNavigation/components/AccountMenu/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js index 3e2674ae..0c441fb3 100644 --- a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js @@ -181,7 +181,11 @@ const AccountMenu = (props: Props) => { )} - {account.imported && watch-only} + {account.imported && ( + + watch-only + + )}