We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10e0f0 commit a851edaCopy full SHA for a851eda
client/modules/IDE/components/SketchList.jsx
@@ -363,10 +363,6 @@ SketchList.propTypes = {
363
};
364
365
SketchList.defaultProps = {
366
- project: {
367
- id: undefined,
368
- owner: undefined
369
- },
370
username: undefined
371
372
@@ -375,8 +371,7 @@ function mapStateToProps(state) {
375
user: state.user,
376
sketches: getSortedSketches(state),
377
373
sorting: state.sorting,
378
- loading: state.loading,
379
- project: state.project
374
+ loading: state.loading
380
381
}
382
0 commit comments