mirror of
https://github.com/docker/getting-started-app.git
synced 2024-11-16 15:41:17 -05:00
Update app.js
This commit is contained in:
parent
b13a9f1409
commit
f7429b47c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user