Fix default value for cash-support
This commit is contained in:
parent
d288252a28
commit
a47d6d80b4
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