We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cf374 commit 5149a08Copy full SHA for 5149a08
src/projects/detail/components/timeline/Milestone/Milestone.jsx
@@ -118,9 +118,9 @@ class Milestone extends React.Component {
118
119
updateMilestoneWithData(values) {
120
const { milestone, updateMilestone } = this.props
121
- let milestoneData = {
+ const milestoneData = {
122
...values
123
- };
+ }
124
if (values.actualStartDate) {
125
milestoneData.actualStartDate = moment.utc(new Date(values.actualStartDate))
126
}
0 commit comments