Skip to content

Commit

Permalink
remove unnedded eslint-disable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed May 29, 2023
1 parent 41e75f2 commit 622376f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,11 @@ const BankAccountStep = (props) => {
<View style={[styles.mv0, styles.mh5, styles.flexRow, styles.justifyContentBetween]}>
<TextLink href="https://use.expensify.com/privacy">{props.translate('common.privacy')}</TextLink>
<PressableWithoutFeedback
// eslint-disable-next-line max-len
onPress={() => Linking.openURL('https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/')}
style={[styles.flexRow, styles.alignItemsCenter]}
accessibilityLabel={props.translate('bankAccount.yourDataIsSecure')}
>
<TextLink
// eslint-disable-next-line max-len
href="https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/"
>
<TextLink href="https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/">
{props.translate('bankAccount.yourDataIsSecure')}
</TextLink>
<View style={[styles.ml1]}>
Expand Down

0 comments on commit 622376f

Please sign in to comment.