From 549efdb77ccd467d9f63a9d594d4aed13558d80b Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Wed, 17 Apr 2024 13:58:03 +0200 Subject: [PATCH] Show the users that the keycard feature will be coming soon (#19686) --- .../contexts/onboarding/new_to_status/view.cljs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 9463182124..b838025e4f 100644 --- a/src/status_im/contexts/onboarding/new_to_status/view.cljs +++ b/src/status_im/contexts/onboarding/new_to_status/view.cljs @@ -49,12 +49,13 @@ [:screen/onboarding.enter-seed-phrase :screen/onboarding.new-to-status]])}] [rn/view {:style style/space-between-suboptions}] - [quo/small-option-card - {:variant :icon - :title (i18n/label :t/use-keycard) - :subtitle (i18n/label :t/use-keycard-subtitle) - :image (resources/get-image :use-keycard) - :on-press #(js/alert "TODO: to be implemented")}]]])) + (when config/show-not-implemented-features? + [quo/small-option-card + {:variant :icon + :title (i18n/label :t/use-keycard) + :subtitle (i18n/label :t/use-keycard-subtitle) + :image (resources/get-image :use-keycard) + :on-press #(js/alert "TODO: to be implemented")}])]])) (defn getting-started-doc []