Progress
This commit is contained in:
@@ -71,7 +71,7 @@ class ListTimeline extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleEditClick = () => {
|
||||
console.log("handleEditClick:", this.props.params.id)
|
||||
// console.log("handleEditClick:", this.props.params.id)
|
||||
this.props.dispatch(openModal('LIST_EDITOR', { id: this.props.params.id }))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user