From 2f73a45ed35dd101918ced7c0239873dc330ee46 Mon Sep 17 00:00:00 2001 From: Robert Daly Date: Sun, 8 Jan 2023 13:49:02 -0500 Subject: [PATCH] Update src/components/AttachmentCarousel/index.js Co-authored-by: Carlos Martins --- src/components/AttachmentCarousel/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AttachmentCarousel/index.js b/src/components/AttachmentCarousel/index.js index cf79b1d8fd7..c6b504f1ba6 100644 --- a/src/components/AttachmentCarousel/index.js +++ b/src/components/AttachmentCarousel/index.js @@ -101,7 +101,7 @@ class AttachmentCarousel extends React.Component { let page; const actions = ReportActionsUtils.getSortedReportActions(_.values(this.props.reportActions), true); - // this is used to match the initial image URL from props in a config environment. + // This is used to match the initial image URL from props in a config environment. // Eg: while using Ngrok the image path is from an Ngrok URL and not an Expensify URL. const propsSourceURL = this.props.sourceURL.replace( Config.EXPENSIFY.EXPENSIFY_URL,