From 3431957a7fc207b9f47317acd30d443e47fc0cd8 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Thu, 14 Mar 2019 08:31:15 +0100 Subject: [PATCH] Pass cofx as first parameter when deleting bootnodes Signed-off-by: Andrea Maria Piana --- src/status_im/events.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/events.cljs b/src/status_im/events.cljs index 3d45d957be..024b75dffb 100644 --- a/src/status_im/events.cljs +++ b/src/status_im/events.cljs @@ -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