amenpunk %!s(int64=3) %!d(string=hai) anos
pai
achega
3dda32018e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Components/Puestos/Card.jsx

+ 1 - 1
src/Components/Puestos/Card.jsx

@@ -8,7 +8,7 @@ import Typography from '@mui/material/Typography';
 
 export function PuestoCard(props) {
 
-    let {nombre, id, description, data} = props.plaza
+    let {nombre, description} = props.plaza
     let {edit, suprime, show, set} = props.operations
 
     return (