Fix parse error of TXP. Removes unused variables
This commit is contained in:
parent
196ea4ccef
commit
73c2fec6c9
3 changed files with 3 additions and 4 deletions
|
|
@ -615,7 +615,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.alternativeConversionRate = $filter('noFractionNumber')(alternativeConversionRate, 2);
|
||||
|
||||
self.alternativeBalanceAvailable = true;
|
||||
self.updatingBalance = false;
|
||||
|
||||
self.isRateAvailable = true;
|
||||
$rootScope.$apply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue