Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make view more button actually do something
  • Loading branch information
regalijan committed Jan 25, 2025
1 parent 64197ba commit 17b57d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/routes/inactivities.tsx
Expand Up @@ -175,7 +175,9 @@ export default function () {
<Td>{row.user.id}</Td>
<Td>{row.start}</Td>
<Td>{row.end}</Td>
<Button>View More</Button>
<Button onClick={async () => await getInactivity(row.id)}>
View More
</Button>
</Tr>
))}
</Tbody>
Expand Down

0 comments on commit 17b57d3

Please sign in to comment.