File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
157
157
} )
158
158
. catch ( error => {
159
159
log . warn ( error ) ;
160
- this . props . intl . formatMessage ( messages . loadError ) ; // eslint-disable-line no-alert
160
+ this . props . intl . formatMessage ( messages . loadError ) ;
161
161
this . props . onLoadingFinished ( this . props . loadingState , false ) ;
162
162
} )
163
163
. then ( ( ) => {
@@ -233,7 +233,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
233
233
projectChanged : state . scratchGui . projectChanged ,
234
234
userOwnsProject : ownProps . authorUsername && user &&
235
235
( ownProps . authorUsername === user . username ) ,
236
- vm : state . scratchGui . vm // NOTE: double check this belongs here
236
+ vm : state . scratchGui . vm
237
237
} ;
238
238
} ;
239
239
const mapDispatchToProps = ( dispatch , ownProps ) => ( {
You can’t perform that action at this time.
0 commit comments