prevent display share options twice
This commit is contained in:
parent
f22860a7a0
commit
4ee523538e
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@
|
||||||
<div class="row m20t">
|
<div class="row m20t">
|
||||||
<div class="small-12 columns" ng-show="index.isCordova && home.addr">
|
<div class="small-12 columns" ng-show="index.isCordova && home.addr">
|
||||||
<button class="button outline light-gray small round expand"
|
<button class="button outline light-gray small round expand"
|
||||||
ng-click="home.shareAddress(home.addr)"
|
on-tap="home.shareAddress(home.addr)"
|
||||||
ng-disabled="home.generatingAddress">
|
ng-disabled="home.generatingAddress">
|
||||||
<span translate>Share address</span>
|
<span translate>Share address</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue