Check if error

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-10 10:31:53 -03:00
commit cc33b575e7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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
});