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 Dec 13, 2022
1 parent 938adda commit 47ed2db
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 {
const actionsArr = ReportActionsUtils.getSortedReportActions(_.values(this.props.reportActions), true);

/**
* calling reducer will filter out attachments, determine the index of opened attachment,
* Calling reducer will filter out attachments, determine the index of opened attachment,
* and retrieve the src url and name of attachements
*/
const attachments = _.reduce(actionsArr, (attachmentsAccumulator, {originalMessage}) => {
Expand Down

0 comments on commit 47ed2db

Please sign in to comment.