diff --git a/src/js/controllers/create.js b/src/js/controllers/create.js
index 0aae93968..c696d487b 100644
--- a/src/js/controllers/create.js
+++ b/src/js/controllers/create.js
@@ -76,9 +76,14 @@ angular.module('copayApp.controllers').controller('createController',
if (what && what == 'my-name') {
this.hideWalletName = true;
+ this.hideTabs = true;
+ }
+ else if (what && what == 'wallet-name'){
+ this.hideTabs = true;
}
else {
this.hideWalletName = false;
+ this.hideTabs = false;
}
$timeout(function() {
$rootScope.$digest();