Browse Source

fix jenkins

amenpunk 3 năm trước cách đây
mục cha
commit
3dda32018e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (