Explorar o código

Step 8.6: Display incompleteCount in the header.

Frederic G. MARAND %!s(int64=9) %!d(string=hai) anos
pai
achega
e942b95ec4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      App.jsx

+ 1 - 1
App.jsx

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