Created docker file for correct installation of docker container
This commit is contained in:
parent
c7bbd0119f
commit
ac4ee480ba
|
@ -53,7 +53,8 @@ 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"> ¡Aún no tienes elementos pendientes! ¡Agrega uno
|
||||
arriba!</p>
|
||||
)}
|
||||
{items.map(item => (
|
||||
<ItemDisplay
|
||||
|
|
Loading…
Reference in New Issue