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={() => {
|
onConfirmed={() => {
|
||||||
setErrorMessage(null)
|
setErrorMessage(null)
|
||||||
handleDeleteEntry(
|
handleDeleteEntry(R.path(['address'], toBeDeleted))
|
||||||
R.path(['cryptoCode'], toBeDeleted),
|
|
||||||
R.path(['address'], toBeDeleted)
|
|
||||||
)
|
|
||||||
}}
|
}}
|
||||||
errorMessage={errorMessage}
|
errorMessage={errorMessage}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue