Fix unused isDefault saved in config
This commit is contained in:
parent
034cb4e8b2
commit
399c62a7e3
|
@ -21,9 +21,7 @@ export default function WalletSettings () {
|
|||
...acc,
|
||||
[field.name]: wallet.config?.[field.name] || ''
|
||||
}
|
||||
}, {
|
||||
isDefault: wallet.isDefault || false
|
||||
})
|
||||
}, {})
|
||||
|
||||
return (
|
||||
<CenterLayout>
|
||||
|
|
Loading…
Reference in New Issue