mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
Pass cofx as first parameter when deleting bootnodes
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
f446dbd585
commit
3431957a7f
@ -551,8 +551,8 @@
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:bootnodes.ui/delete-pressed
|
||||
(fn [_ [_ id]]
|
||||
(bootnodes/show-delete-bootnode-confirmation _ id)))
|
||||
(fn [cofx [_ id]]
|
||||
(bootnodes/show-delete-bootnode-confirmation cofx id)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:bootnodes.ui/delete-confirmed
|
||||
|
Loading…
x
Reference in New Issue
Block a user