Skip to content

Commit

Permalink
Removed clear button and added item.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaines committed Jun 23, 2017
1 parent b03e444 commit 6e8abfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/Footer.js
Expand Up @@ -56,7 +56,6 @@ class Footer extends Component {
</li>
)}
</ul>
{this.renderClearButton()}
</footer>
)
}
Expand Down
1 change: 1 addition & 0 deletions components/stories/MainSection.js
Expand Up @@ -15,6 +15,7 @@ storiesOf('MainSection', module)
const todoItems = [
{ id: 'one', text: 'Item One', completed: false },
{ id: 'two', text: 'Item Two', completed: true },
{ id: 'three', text: 'Item Three', completed: false },
];

return getMainSection(todoItems);
Expand Down

0 comments on commit 6e8abfa

Please sign in to comment.