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