diff --git a/src/Components/Dashboard/Dashboard.tsx b/src/Components/Dashboard/Dashboard.tsx index 6e65834..1afcf53 100644 --- a/src/Components/Dashboard/Dashboard.tsx +++ b/src/Components/Dashboard/Dashboard.tsx @@ -25,20 +25,20 @@ export default function Dashboard(props: IProps) {
- {[['Direcccion', 'Sistemas', 'Corresponsalias'].includes(Depto) ? : ''].map( + {/* {[['Direcccion', 'Sistemas', 'Corresponsalias'].includes(Depto) ? : ''].map( (item) => { return {item} } - )} - {[['Direcccion', 'Sistemas', 'Contabilidad'].includes(Depto) ? : ''].map((item) => { + )} */} + {/* {[['Direcccion', 'Sistemas', 'Contabilidad'].includes(Depto) ? : ''].map((item) => { return {item} - })} - {[['Heineken1'].includes(User) ? : ''].map((item) => { + })} */} + {/* {[['Heineken1'].includes(User) ? : ''].map((item) => { return {item} })} {[['Direcccion', 'Sistemas', 'Facturacion'].includes(Depto) ? : ''].map((item) => { return {item} - })} + })} */} {[['Direcccion', 'Sistemas', 'Operaciones', 'Clasificacion'].includes(Depto) ? : ''].map((item) => { return {item} })}