Skip to content

Commit

Permalink
Add semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 5, 2021
1 parent e4c1c92 commit 0d8c253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class NewVectorLayerEditor extends Component<RenderWizardArguments, State
this.setState({
indexName,
...(indexError ? { indexError } : { indexError: '' }),
})
});
if (indexName && !indexError) {
this.props.enableNextBtn();
} else {
Expand Down

0 comments on commit 0d8c253

Please sign in to comment.