diff --git a/screen/wallets/list.js b/screen/wallets/list.js
index 1f02726a4..5dafacd55 100644
--- a/screen/wallets/list.js
+++ b/screen/wallets/list.js
@@ -418,22 +418,26 @@ export default class WalletsList extends Component {
};
renderScanButton = () => {
- return (
-
-
-
- );
+ if (BlueApp.getWallets().length > 0 && !BlueApp.getWallets().some(wallet => wallet.type === PlaceholderWallet.type)) {
+ return (
+
+
+
+ );
+ } else {
+ return null;
+ }
};
sectionListKeyExtractor = (item, index) => {