Make view more button actually do something
This commit is contained in:
parent
64197bae50
commit
17b57d378d
@ -175,7 +175,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>View More</Button>
|
<Button onClick={async () => await getInactivity(row.id)}>
|
||||||
|
View More
|
||||||
|
</Button>
|
||||||
</Tr>
|
</Tr>
|
||||||
))}
|
))}
|
||||||
</Tbody>
|
</Tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user