Skip to content

Commit a851eda

Browse files
siddhant1catarak
authored andcommitted
Add sorting to sketches #789 (#910)
* reselect added * Added Reselect Sorting * Refactor App * added svgs * Refactor * Fixed Issues * re: #789, update sorting styling, create sorting actions and reducers, add sort by sketch name * re #789, change names of svg icons * re: #789, use orderBy instead of sortBy, fix styling jumps
1 parent a10e0f0 commit a851eda

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

client/modules/IDE/components/SketchList.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,6 @@ SketchList.propTypes = {
363363
};
364364

365365
SketchList.defaultProps = {
366-
project: {
367-
id: undefined,
368-
owner: undefined
369-
},
370366
username: undefined
371367
};
372368

@@ -375,8 +371,7 @@ function mapStateToProps(state) {
375371
user: state.user,
376372
sketches: getSortedSketches(state),
377373
sorting: state.sorting,
378-
loading: state.loading,
379-
project: state.project
374+
loading: state.loading
380375
};
381376
}
382377

0 commit comments

Comments
 (0)