Skip to content

Commit 16f6985

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent fd75dcd commit 16f6985

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
@@ -180,7 +180,7 @@ class ProjectWizard extends Component {
180180
* Removed incomplete project from the local storage and resets the state. Also, moves wizard to the first step.
181181
*/
182182
removeIncompleteProject() {
183-
const { onStepChange, params, onProjectUpdate } = this.props
183+
const { onStepChange, onProjectUpdate } = this.props
184184
// remove incomplete project from local storage
185185
window.localStorage.removeItem(LS_INCOMPLETE_PROJECT)
186186
const projectType = _.get(this.state.project, 'type')

0 commit comments

Comments
 (0)