This commit is contained in:
mgabdev
2020-05-14 23:36:10 -04:00
parent a1977ba450
commit 805012ab72
13 changed files with 27 additions and 16 deletions

View File

@@ -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 }))
}