From 9da0559b1593a57e362210db2d70a4d2103e350f Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Fri, 15 Mar 2024 19:17:55 +0530 Subject: [PATCH] fix keycard crash (#19275) --- src/status_im/contexts/onboarding/new_to_status/view.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/contexts/onboarding/new_to_status/view.cljs b/src/status_im/contexts/onboarding/new_to_status/view.cljs index 20049cd774..3e8641ded7 100644 --- a/src/status_im/contexts/onboarding/new_to_status/view.cljs +++ b/src/status_im/contexts/onboarding/new_to_status/view.cljs @@ -1,6 +1,5 @@ (ns status-im.contexts.onboarding.new-to-status.view (:require - [legacy.status-im.keycard.recovery :as keycard] [quo.core :as quo] re-frame.db [react-native.core :as rn] @@ -53,7 +52,7 @@ :title (i18n/label :t/use-keycard) :subtitle (i18n/label :t/use-keycard-subtitle) :image (resources/get-image :use-keycard) - :on-press #(rf/dispatch [::keycard/recover-with-keycard-pressed])}]]])) + :on-press #(js/alert "TODO: to be implemented")}]]])) (defn getting-started-doc []