Merge pull request #192 from aad84/patch-1

Update app.js
This commit is contained in:
Stefan Scherer
2022-02-10 09:28:26 +01:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ function TodoListCard() {
<React.Fragment>
<AddItemForm onNewItem={onNewItem} />
{items.length === 0 && (
<p className="text-center">No items yet! Add one above!</p>
<p className="text-center">You have no todo items yet! Add one above!</p>
)}
{items.map(item => (
<ItemDisplay