fix: undefined compliance config and cancel button color
This commit is contained in:
parent
e65737c237
commit
86af754c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ const Blacklist = () => {
|
||||||
|
|
||||||
const rejectAddressReuse = complianceConfig?.rejectAddressReuse ?? false
|
const rejectAddressReuse = complianceConfig?.rejectAddressReuse ?? false
|
||||||
|
|
||||||
const enablePaperWalletOnly = !!complianceConfig.enablePaperWalletOnly
|
const enablePaperWalletOnly = !!complianceConfig?.enablePaperWalletOnly
|
||||||
|
|
||||||
const addressReuseSave = rawConfig => {
|
const addressReuseSave = rawConfig => {
|
||||||
const config = toNamespace('compliance')(rawConfig)
|
const config = toNamespace('compliance')(rawConfig)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue