amenpunk 2 years ago
parent
commit
771a2c9882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Components/Modal/MostrarPlaza.js

+ 1 - 1
src/Components/Modal/MostrarPlaza.js

31
                             <input value={puesto ? puesto.nombrepuesto : "..."} type="text" name="nombre" placeholder="..." readOnly />
31
                             <input value={puesto ? puesto.nombrepuesto : "..."} type="text" name="nombre" placeholder="..." readOnly />
32
                             <input value={puesto ? puesto.notas : '...'} type="text" name="descript" placeholder="..." readOnly />
32
                             <input value={puesto ? puesto.notas : '...'} type="text" name="descript" placeholder="..." readOnly />
33
                             <input
33
                             <input
34
-                                value={new Date(puesto ? puesto.createday : new Date()).toLocaleDateString('es-GT', opciones)}
34
+                                value={new Date(puesto ? puesto.fecha : new Date()).toLocaleDateString('es-GT', opciones)}
35
                                 type="text"
35
                                 type="text"
36
                                 placeholder="...."
36
                                 placeholder="...."
37
                                 name="sku" readOnly />
37
                                 name="sku" readOnly />