Skip to content

Commit

Permalink
remove redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Mar 11, 2024
1 parent ee827de commit e9928c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/AppDownloadLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function AppDownloadLinksPage() {
{
translationKey: 'initialSettingsPage.appDownloadLinks.android.label',
action: () => {
Link.openExternalLink(CONST.APP_DOWNLOAD_LINKS.ANDROID, true);
Link.openExternalLink(CONST.APP_DOWNLOAD_LINKS.ANDROID);
},
link: CONST.APP_DOWNLOAD_LINKS.ANDROID,
icon: Expensicons.Android,
Expand Down

0 comments on commit e9928c2

Please sign in to comment.