Skip to content

Commit

Permalink
Update src/components/AttachmentCarousel/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
  • Loading branch information
JediWattson and luacmartins authored Jan 8, 2023
1 parent 2199eae commit 2f73a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentCarousel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f73a45

Please sign in to comment.