diff --git a/src/components/AttachmentCarousel/index.js b/src/components/AttachmentCarousel/index.js index 41167e05c334..498986b848c9 100644 --- a/src/components/AttachmentCarousel/index.js +++ b/src/components/AttachmentCarousel/index.js @@ -108,9 +108,7 @@ class AttachmentCarousel extends React.Component { ); /** - * Calling reducer will filter out attachments, - * determine the index of opened attachment, - * and retrieve the src url and name of attachements + * Looping to filter out attachments and retrieve the src URL and name of attachments. */ const attachments = []; _.forEach(actions, ({originalMessage}) => {