Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1529 | Rev 1567 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1529 Rev 1560
Línea 77... Línea 77...
77
          </Typography>
77
          </Typography>
78
        )}
78
        )}
79
      </Header>
79
      </Header>
Línea 80... Línea 80...
80
 
80
 
81
      {!users.length ? (
81
      {!users.length ? (
-
 
82
        <Typography variant='body1' px={1}>
-
 
83
          {labels.datatable_empty}
82
        <Typography variant='body1'>{labels.datatable_empty}</Typography>
84
        </Typography>
83
      ) : (
85
      ) : (
84
        <List sx={{ width: '100%', maxHeight: 200, overflow: 'auto' }}>
86
        <List sx={{ width: '100%', maxHeight: 200, overflow: 'auto' }}>
85
          {users.map(
87
          {users.map(
86
            ({ id, image, link_cancel, link_request, name, profile }) => (
88
            ({ id, image, link_cancel, link_request, name, profile }) => (