Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
BUG FIX: Fix missing break after bad merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrufky committed Aug 29, 2018
1 parent 24c0a9c commit 355d530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/controllers/decryptWalletCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ var decryptWalletCtrl = function($scope, $sce, walletService) {
break;
case nodes.nodeTypes.ATH:
$scope.HDWallet.dPath = $scope.HDWallet.hwAtheiosPath;
break;
case nodes.nodeTypes.EGEM:
$scope.HDWallet.dPath = $scope.HDWallet.hwEtherGemPath;
break;
Expand Down

0 comments on commit 355d530

Please sign in to comment.