mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +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
|
(handlers/register-handler-fx
|
||||||
:bootnodes.ui/delete-pressed
|
:bootnodes.ui/delete-pressed
|
||||||
(fn [_ [_ id]]
|
(fn [cofx [_ id]]
|
||||||
(bootnodes/show-delete-bootnode-confirmation _ id)))
|
(bootnodes/show-delete-bootnode-confirmation cofx id)))
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:bootnodes.ui/delete-confirmed
|
:bootnodes.ui/delete-confirmed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user