Check if error
This commit is contained in:
parent
8f5bce2a15
commit
cc33b575e7
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ angular.module('copayApp.controllers').controller('preferencesFeeController', fu
|
|||
});
|
||||
|
||||
var updateCurrentValues = function() {
|
||||
if (lodash.isEmpty($scope.feeLevels) || lodash.isEmpty($scope.currentFeeLevel)) return;
|
||||
var feeLevelValue = lodash.find($scope.feeLevels['livenet'], {
|
||||
level: $scope.currentFeeLevel
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue