Skip to content

Commit 27f1e10

Browse files
invokde TodoActions.deleteTodo
1 parent 59bb1bc commit 27f1e10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ep24-marching-towards-flux/app/components/DisplayItem.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default class DisplayItem extends React.Component {
3737
}
3838

3939
handleDeleteTodoClick (todo) {
40+
TodoActions.deleteTodo(todo);
4041
this.props.handleDelete(todo.id);
4142
}
4243

0 commit comments

Comments
 (0)