From 842fcfc6d71ca782e9334e4ad3a2f0b0cc313035 Mon Sep 17 00:00:00 2001 From: ijmalik Date: Sat, 7 Sep 2024 10:57:41 +0500 Subject: [PATCH 1/2] [48031] Resolved: 'Your data is protected' link is broken --- src/pages/ReimbursementAccount/BankAccountStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.tsx b/src/pages/ReimbursementAccount/BankAccountStep.tsx index 69e605878725..1e8f4552fcad 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.tsx +++ b/src/pages/ReimbursementAccount/BankAccountStep.tsx @@ -165,11 +165,11 @@ function BankAccountStep({ {translate('common.privacy')} Link.openExternalLink('https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/')} + onPress={() => Link.openExternalLink('https://help.expensify.com/articles/new-expensify/settings/Encryption-and-Data-Security/')} style={[styles.flexRow, styles.alignItemsCenter]} accessibilityLabel={translate('bankAccount.yourDataIsSecure')} > - + {translate('bankAccount.yourDataIsSecure')} From 40b4003d5e0f6f38ea098583f3ca74c8b67017f4 Mon Sep 17 00:00:00 2001 From: ijmalik Date: Wed, 11 Sep 2024 08:09:59 +0500 Subject: [PATCH 2/2] [48031] Ran Prettier on BankAccountStep.tsx to resolve formatting --- src/pages/ReimbursementAccount/BankAccountStep.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.tsx b/src/pages/ReimbursementAccount/BankAccountStep.tsx index 1e8f4552fcad..f7037e47606e 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.tsx +++ b/src/pages/ReimbursementAccount/BankAccountStep.tsx @@ -169,9 +169,7 @@ function BankAccountStep({ style={[styles.flexRow, styles.alignItemsCenter]} accessibilityLabel={translate('bankAccount.yourDataIsSecure')} > - - {translate('bankAccount.yourDataIsSecure')} - + {translate('bankAccount.yourDataIsSecure')}