fix: undefined address

This commit is contained in:
Nikola Ubavic 2023-01-26 14:47:06 +01:00 committed by Rafael
parent bcfa108f0d
commit 5881fe5d9c

View file

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