mirror of
https://github.com/docker/getting-started-app.git
synced 2025-04-20 08:40:57 -04:00
Merge f7429b47c0e84f6e40111a5de47ba4fcfb016d65 into b13a9f1409cb7a23bd7ff85e078605ff9d46d313
This commit is contained in:
commit
7ba3f13216
@ -53,7 +53,7 @@ function TodoListCard() {
|
|||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<AddItemForm onNewItem={onNewItem} />
|
<AddItemForm onNewItem={onNewItem} />
|
||||||
{items.length === 0 && (
|
{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 => (
|
{items.map(item => (
|
||||||
<ItemDisplay
|
<ItemDisplay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user