fix keycard crash (#19275)
This commit is contained in:
parent
aa7db8b883
commit
9da0559b15
|
@ -1,6 +1,5 @@
|
||||||
(ns status-im.contexts.onboarding.new-to-status.view
|
(ns status-im.contexts.onboarding.new-to-status.view
|
||||||
(:require
|
(:require
|
||||||
[legacy.status-im.keycard.recovery :as keycard]
|
|
||||||
[quo.core :as quo]
|
[quo.core :as quo]
|
||||||
re-frame.db
|
re-frame.db
|
||||||
[react-native.core :as rn]
|
[react-native.core :as rn]
|
||||||
|
@ -53,7 +52,7 @@
|
||||||
:title (i18n/label :t/use-keycard)
|
:title (i18n/label :t/use-keycard)
|
||||||
:subtitle (i18n/label :t/use-keycard-subtitle)
|
:subtitle (i18n/label :t/use-keycard-subtitle)
|
||||||
:image (resources/get-image :use-keycard)
|
: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
|
(defn getting-started-doc
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in New Issue