Fix unused isDefault saved in config

This commit is contained in:
ekzyis 2024-06-21 22:12:10 +02:00
parent 034cb4e8b2
commit 399c62a7e3
1 changed files with 1 additions and 3 deletions

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>