welp
This commit is contained in:
parent
753d629b37
commit
4d13a5ee51
@ -1,7 +1,7 @@
|
||||
import {
|
||||
Button,
|
||||
Container,
|
||||
Heading,
|
||||
Link,
|
||||
ListItem,
|
||||
Modal,
|
||||
ModalBody,
|
||||
@ -177,9 +177,11 @@ export default function () {
|
||||
<Td>{row.user.id}</Td>
|
||||
<Td>{row.start}</Td>
|
||||
<Td>{row.end}</Td>
|
||||
<Link onClick={async () => await getInactivity(row.id)}>
|
||||
View More
|
||||
</Link>
|
||||
<Td>
|
||||
<Button onClick={async () => await getInactivity(row.id)}>
|
||||
View More
|
||||
</Button>
|
||||
</Td>
|
||||
</Tr>
|
||||
))}
|
||||
</Tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user