Merge pull request #6767 from cmgustavo/bug/config-cash-02
Fix default value for cash-support
This commit is contained in:
commit
aa00cdcd7c
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
bannedUntil: null,
|
||||
},
|
||||
|
||||
cashSupport: {
|
||||
enabled: false,
|
||||
},
|
||||
cashSupport: false,
|
||||
|
||||
recentTransactions: {
|
||||
enabled: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue