Skip to content

Commit

Permalink
remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Aug 6, 2019
1 parent f83c246 commit 6498320
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions react/legacy/components/AttachmentList.js
Expand Up @@ -23,12 +23,7 @@ const AttachmentList = ({ product }) => {
return (
<div className={`${styles.attachmentListContainer} pv2`}>
<AddedAttachmentsList
addedOptions={[
...filteredOption,
...filteredOption,
...filteredOption,
...filteredOption,
]}
addedOptions={filteredOption}
/>
<RemovedAttachmentsList removedOptions={removedOptions} />
</div>
Expand Down

0 comments on commit 6498320

Please sign in to comment.