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