@@ -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 (