diff --git a/ui/app/AppLayouts/Profile/views/wallet/MainView.qml b/ui/app/AppLayouts/Profile/views/wallet/MainView.qml index 38738b4de9..eb1758f327 100644 --- a/ui/app/AppLayouts/Profile/views/wallet/MainView.qml +++ b/ui/app/AppLayouts/Profile/views/wallet/MainView.qml @@ -98,6 +98,7 @@ Column { leftPadding: Style.current.padding topPadding: Style.current.halfPadding bottomPadding: Style.current.halfPadding/2 + visible: walletStore.importedAccounts.count > 0 } Repeater { @@ -115,6 +116,7 @@ Column { leftPadding: Style.current.padding topPadding: Style.current.halfPadding bottomPadding: Style.current.halfPadding/2 + visible: walletStore.watchOnlyAccounts.count > 0 } Repeater {