Browse Source

fix jenkins

amenpunk 3 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
 
8
 
9
 export function PuestoCard(props) {
9
 export function PuestoCard(props) {
10
 
10
 
11
-    let {nombre, id, description, data} = props.plaza
11
+    let {nombre, description} = props.plaza
12
     let {edit, suprime, show, set} = props.operations
12
     let {edit, suprime, show, set} = props.operations
13
 
13
 
14
     return (
14
     return (