fix Privacy policy button in learn more sheet open terms-of-use sheet (#21823)

This commit is contained in:
Parvesh Monu 2024-12-16 15:42:17 +05:30 committed by GitHub
parent 9ced0e4131
commit 0e607dc293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[quo.foundations.colors :as colors] [quo.foundations.colors :as colors]
[quo.theme] [quo.theme]
[react-native.core :as rn] [react-native.core :as rn]
[status-im.common.terms.view :as terms] [status-im.common.privacy.view :as privacy]
[utils.i18n :as i18n] [utils.i18n :as i18n]
[utils.re-frame :as rf])) [utils.re-frame :as rf]))
@ -26,7 +26,7 @@
[quo/text [quo/text
{:size :paragraph-2 {:size :paragraph-2
:weight :bold :weight :bold
:on-press #(rf/dispatch [:show-bottom-sheet {:content terms/terms-of-use :shell? true}])} :on-press #(rf/dispatch [:show-bottom-sheet {:content privacy/privacy-statement :shell? true}])}
(i18n/label :t/more-details-in-privacy-policy-2)]]]) (i18n/label :t/more-details-in-privacy-policy-2)]]])
(defn- bullet-points (defn- bullet-points