Pārlūkot izejas kodu

Step 8.6: Display incompleteCount in the header.

Frederic G. MARAND 9 gadi atpakaļ
vecāks
revīzija
e942b95ec4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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}