Updated group sorting in frontend

• Updated:
- group sorting in frontend
This commit is contained in:
mgabdev
2020-08-06 23:19:18 -05:00
parent 6328b21186
commit f9f2744a63
10 changed files with 161 additions and 61 deletions

View File

@@ -71,7 +71,6 @@ class ListTimeline extends ImmutablePureComponent {
}
handleEditClick = () => {
// console.log("handleEditClick:", this.props.params.id)
this.props.dispatch(openModal('LIST_EDITOR', { id: this.props.params.id }))
}