Fix unused isDefault saved in config

This commit is contained in:
ekzyis 2024-06-21 22:12:10 +02:00
parent 748152b5c1
commit da37d7a00c

View File

@ -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>