commit
4ce51cac8f
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ var defaultConfig = {
|
|||
|
||||
// wallet limits
|
||||
limits: {
|
||||
totalCopayers: 12,
|
||||
totalCopayers: 6,
|
||||
mPlusN: 100,
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col3" ng-if="wallets.length">
|
||||
<div class="col3" ng-if="wallets.length > 1">
|
||||
<a ng-class="{'selected':walletSelection}"
|
||||
ng-click="toggleWalletSelection()">
|
||||
<span ng-show="!walletSelection">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue