diff --git a/src/components/controllers/tutorial/index.jsx b/src/components/controllers/tutorial/index.jsx index fb714fb0f..08cf305c6 100644 --- a/src/components/controllers/tutorial/index.jsx +++ b/src/components/controllers/tutorial/index.jsx @@ -95,7 +95,7 @@ export class Tutorial extends Component { }); } - onError = ({ error }) => { + onError = error => { this.errorHandlers.forEach(f => f(error)); if (this.state.error !== error) { this.setState({ error });