Skip to content

Commit bf8a375

Browse files
committed
[fix] Join wizard: hide unused back button when creating a simple wallet
1 parent a1b4f5b commit bf8a375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/controllers/join-controllers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function JoinModalController($scope, $state, $interval, $timeout, Device, UIUtil
251251
else if (formName == "saltForm") {
252252
behavior = {
253253
helpAnchor: 'join-salt',
254-
hasPreviousButton: true,
254+
hasPreviousButton: $scope.accountType === 'member',
255255
hasNextButton: true,
256256
focus: 'salt'
257257
};

0 commit comments

Comments
 (0)