Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Jun 7, 2024
1 parent a12b110 commit 6ed95d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/ExitSurvey/ExitSurveyConfirmPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function ExitSurveyConfirmPage({exitReason, isLoading, route, navigation}: ExitS
return;
}
Link.openOldDotLink(CONST.OLDDOT_URLS.INBOX);
})
});
}}
isLoading={isLoading ?? false}
isDisabled={isOffline}
Expand Down

0 comments on commit 6ed95d1

Please sign in to comment.