Browse Source

fix jenkins

amenpunk 2 years ago
parent
commit
3dda32018e
1 changed files with 1 additions and 1 deletions
  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';
8 8
 
9 9
 export function PuestoCard(props) {
10 10
 
11
-    let {nombre, id, description, data} = props.plaza
11
+    let {nombre, description} = props.plaza
12 12
     let {edit, suprime, show, set} = props.operations
13 13
 
14 14
     return (