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

Commit

Permalink
fix(BuySell): enable buy sell tab if modal is cancelled before exchan…
Browse files Browse the repository at this point in the history
…ge account exists
  • Loading branch information
plondon committed Sep 29, 2016
1 parent 0e09a14 commit 7c71c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/controllers/buysell/buySell.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ function BuySellCtrl ($rootScope, $scope, $state, Alerts, Wallet, currency, buyS
}).catch((e) => {
$scope.status.exchangeDown = true;
});
} else {
$scope.status.disabled = false;
}

let kycStates = ['pending', 'manual_review', 'declined', 'rejected'];
Expand Down

0 comments on commit 7c71c75

Please sign in to comment.