Changes in UI
This commit is contained in:
parent
645f4c55ef
commit
f47ee1aa26
@ -54,6 +54,7 @@ function TodoListCard() {
|
||||
<AddItemForm onNewItem={onNewItem} />
|
||||
{items.length === 0 && (
|
||||
/* <p className="text-center">No items yet! Add one above!</p> */
|
||||
// test
|
||||
<p className="text-center">You have no todo items yet! Add one above!</p>
|
||||
)}
|
||||
{items.map(item => (
|
||||
|
Loading…
Reference in New Issue
Block a user