Skip to content

Commit 6eaa479

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent 4f5b38e commit 6eaa479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/ProjectWizard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ProjectWizard extends Component {
150150
window.scrollTo(0, 0)
151151
const { onStepChange } = this.props
152152
// const products = _.get(this.state.project, 'details.products')
153-
let updateQuery = { }
153+
const updateQuery = { }
154154
const detailsQuery = { products : [product] }
155155
// restore common fields from dirty project
156156
this.restoreCommonDetails(updateQuery, detailsQuery)

0 commit comments

Comments
 (0)