Use needsBackup variable inside the wallet instead check storage

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-15 16:14:07 -03:00
commit 4235b86f52
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 1 additions and 4 deletions

View file

@ -139,7 +139,7 @@
</div>
</div> <!-- oh -->
<a class="wallet-not-backed-up-warning" ng-if="!isBackedUp" ui-sref="tabs.wallet.backupWarning({from: 'tabs.wallet'})">
<a class="wallet-not-backed-up-warning" ng-if="wallet.needsBackup" ui-sref="tabs.wallet.backupWarning({from: 'tabs.wallet'})">
Wallet not backed up
</a>