Skip to content

Commit d79bb8b

Browse files
committed
executing prettier
1 parent 5169b6d commit d79bb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ EXPENSIFY_URL=https://www.expensify.com/
44
EXPENSIFY_PARTNER_NAME=chat-expensify-com
55
EXPENSIFY_PARTNER_PASSWORD=e21965746fd75f82bb66
66
PUSHER_APP_KEY=268df511a204fbb60884
7-
USE_WEB_PROXY=false
7+
USE_WEB_PROXY=true
88
ENVIRONMENT=production
99
SEND_CRASH_REPORTS=true
1010

src/pages/ReportDetailsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function ReportDetailsPage({policy, report, route, reportMetadata}: ReportDetail
666666
policy,
667667
participants,
668668
moneyRequestReport?.reportID,
669-
expensifyIcons.Camera
669+
expensifyIcons.Camera,
670670
]);
671671

672672
const canJoin = canJoinChat(report, parentReportAction, policy, !!reportNameValuePairs?.private_isArchived);

0 commit comments

Comments
 (0)