|
|
@@ -1,11 +1,7 @@
|
|
|
import React, { useState, useEffect } from 'react';
|
|
|
-
|
|
|
import UpdateIcon from '@mui/icons-material/Update';
|
|
|
|
|
|
-import {
|
|
|
- Typography, Pagination, Stack,
|
|
|
- // CircularProgress, Box
|
|
|
-} from '@mui/material'
|
|
|
+import { Typography, Pagination, Stack, } from '@mui/material'
|
|
|
|
|
|
import { Row, Col } from 'react-bootstrap';
|
|
|
|
|
|
@@ -93,7 +89,7 @@ export default function Candidatos () {
|
|
|
{
|
|
|
users.length
|
|
|
? users[page - 1].map( user => (<Candidato key={user.DPI} user={user}/>))
|
|
|
- : <Preview lenght={10}/>
|
|
|
+ : <Preview style={{ paddingTop:10}} lenght={10}/>
|
|
|
}
|
|
|
<Row style={{ padding : 5 }}>
|
|
|
<Col>
|