Fix goHome from "add" if focused wallet is incomplete
This commit is contained in:
parent
25e4930730
commit
ad89c6e9e5
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
</a>
|
||||
</section>
|
||||
|
||||
<section class="right-small" ng-show="index.isComplete && !goBackToState">
|
||||
<a ng-show="!closeToHome" class="p10"
|
||||
<section class="right-small" ng-show="!goBackToState">
|
||||
<a ng-show="!closeToHome && index.isComplete" class="p10"
|
||||
ng-click="topbar.openScanner()"><i class="fi-camera size-24"></i></a>
|
||||
<a ng-show="closeToHome"
|
||||
ng-click="topbar.goHome(); closeToHome = null">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue