Skip to content

Commit

Permalink
Cleanup todos-flow container (reduxjs#3365)
Browse files Browse the repository at this point in the history
Remove unused `input` property.
  • Loading branch information
kootoopas authored and kiku-jw committed Apr 6, 2019
1 parent e3602ee commit 7eeb735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/todos-flow/src/containers/AddTodo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export type State = {
};

class AddTodo extends Component<Props, State> {
input: HTMLInputElement;
state = {
value: ''
};
Expand Down

0 comments on commit 7eeb735

Please sign in to comment.