diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index 39b26ecf1..a45a0b0f4 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -165,7 +165,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi return w.id == $scope.wallet.id; }); if (w) $scope.updateCurrentWallet(); - else if (screen.width > 700 && screen.height > 700) { + else if (screen.width > 700 && screen.height > 700 && $scope.wallets[0]) { $scope.setWallet(0) $scope.walletPosition(0); }