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