Skip to content

Commit

Permalink
[48031] Ran Prettier on BankAccountStep.tsx to resolve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ijmalik committed Sep 11, 2024
1 parent 842fcfc commit 40b4003
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/ReimbursementAccount/BankAccountStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ function BankAccountStep({
style={[styles.flexRow, styles.alignItemsCenter]}
accessibilityLabel={translate('bankAccount.yourDataIsSecure')}
>
<TextLink href="https://help.expensify.com/articles/new-expensify/settings/Encryption-and-Data-Security/">
{translate('bankAccount.yourDataIsSecure')}
</TextLink>
<TextLink href="https://help.expensify.com/articles/new-expensify/settings/Encryption-and-Data-Security/">{translate('bankAccount.yourDataIsSecure')}</TextLink>
<View style={styles.ml1}>
<Icon
src={Expensicons.Lock}
Expand Down

0 comments on commit 40b4003

Please sign in to comment.