diff --git a/src/lib/sb-file-uploader-hoc.jsx b/src/lib/sb-file-uploader-hoc.jsx index 78f68646c524f0f0996d265106ef7661ff43cec8..9e34b57684ef9390d6d9517d47e1ea3c1c8863ee 100644 --- a/src/lib/sb-file-uploader-hoc.jsx +++ b/src/lib/sb-file-uploader-hoc.jsx @@ -157,7 +157,7 @@ const SBFileUploaderHOC = function (WrappedComponent) { }) .catch(error => { log.warn(error); - this.props.intl.formatMessage(messages.loadError); // eslint-disable-line no-alert + this.props.intl.formatMessage(messages.loadError); this.props.onLoadingFinished(this.props.loadingState, false); }) .then(() => { @@ -233,7 +233,7 @@ const SBFileUploaderHOC = function (WrappedComponent) { projectChanged: state.scratchGui.projectChanged, userOwnsProject: ownProps.authorUsername && user && (ownProps.authorUsername === user.username), - vm: state.scratchGui.vm // NOTE: double check this belongs here + vm: state.scratchGui.vm }; }; const mapDispatchToProps = (dispatch, ownProps) => ({