|
@@ -65,7 +65,7 @@ App = React.createClass({
|
|
return (
|
|
return (
|
|
<div className="container">
|
|
<div className="container">
|
|
<header>
|
|
<header>
|
|
- <h1>Todo list</h1>
|
|
|
|
|
|
+ <h1>Todo list ({this.data.incompleteCount})</h1>
|
|
|
|
|
|
<label className="hide-completed">
|
|
<label className="hide-completed">
|
|
<input type="checkbox" readOnly={true}
|
|
<input type="checkbox" readOnly={true}
|