fix: undefined address
This commit is contained in:
parent
bcfa108f0d
commit
5881fe5d9c
1 changed files with 1 additions and 4 deletions
|
|
@ -72,10 +72,7 @@ const BlacklistTable = ({
|
|||
}}
|
||||
onConfirmed={() => {
|
||||
setErrorMessage(null)
|
||||
handleDeleteEntry(
|
||||
R.path(['cryptoCode'], toBeDeleted),
|
||||
R.path(['address'], toBeDeleted)
|
||||
)
|
||||
handleDeleteEntry(R.path(['address'], toBeDeleted))
|
||||
}}
|
||||
errorMessage={errorMessage}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue