소스 검색

fix jenkins

amenpunk 3 년 전
부모
커밋
3dda32018e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (