Skip to content

Commit 5149a08

Browse files
committed
fix: lint
1 parent b3cf374 commit 5149a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projects/detail/components/timeline/Milestone/Milestone.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ class Milestone extends React.Component {
118118

119119
updateMilestoneWithData(values) {
120120
const { milestone, updateMilestone } = this.props
121-
let milestoneData = {
121+
const milestoneData = {
122122
...values
123-
};
123+
}
124124
if (values.actualStartDate) {
125125
milestoneData.actualStartDate = moment.utc(new Date(values.actualStartDate))
126126
}

0 commit comments

Comments
 (0)