Skip to content

Commit b01cadc

Browse files
authoredFeb 20, 2017
Update Todos.js
Updated class name to avoid confusion.
1 parent ca787e7 commit b01cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎3-flux/src/js/pages/Todos.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as TodoActions from "../actions/TodoActions";
55
import TodoStore from "../stores/TodoStore";
66

77

8-
export default class Featured extends React.Component {
8+
export default class Todos extends React.Component {
99
constructor() {
1010
super();
1111
this.getTodos = this.getTodos.bind(this);

0 commit comments

Comments
 (0)
Failed to load comments.