Skip to content

Commit

Permalink
Merge pull request Expensify#43541 from bernhardoj/fix/42907-complete…
Browse files Browse the repository at this point in the history
…-process-in-browser-link-doesnt-open-browser

Fix "Complete Process in Browser" link does not redirect to browser
  • Loading branch information
MonilBhavsar authored Jun 18, 2024
2 parents b335423 + de03632 commit 9ec57c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/BankAccountStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function BankAccountStep({
</View>
{!!plaidDesktopMessage && (
<View style={[styles.mv3, styles.flexRow, styles.justifyContentBetween]}>
<TextLink href={bankAccountRoute}>{translate(plaidDesktopMessage)}</TextLink>
<TextLink onPress={() => Link.openExternalLink(bankAccountRoute)}>{translate(plaidDesktopMessage)}</TextLink>
</View>
)}
<Button
Expand Down

0 comments on commit 9ec57c0

Please sign in to comment.