Skip to content

Commit 6949ba0

Browse files
kootoopastimdorr
authored andcommitted
Cleanup todos-flow container (#3365)
Remove unused `input` property.
1 parent 792ac5a commit 6949ba0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/todos-flow/src/containers/AddTodo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export type State = {
1616
};
1717

1818
class AddTodo extends Component<Props, State> {
19-
input: HTMLInputElement;
2019
state = {
2120
value: ''
2221
};

0 commit comments

Comments
 (0)