Skip to content

Commit 2c6c648

Browse files
committed
fix: use no icons for submission links
1 parent 4842ea1 commit 2c6c648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/timeline/milestones/MilestoneTypeDeliverableReview/MilestoneTypeDeliverableReview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class MilestoneTypeDeliverableReview extends React.Component {
102102

103103
const submissionLinks = [..._.get(milestone, 'details.content.submissionLinks', [])]
104104

105-
values.type = 'zip'
105+
values.type = ''
106106

107107
if (typeof linkIndex === 'number') {
108108
submissionLinks.splice(linkIndex, 1, values)

0 commit comments

Comments
 (0)