this took way too long to figure out

This commit is contained in:
Regalijan 2025-01-23 19:32:40 -05:00
parent 992a7129e3
commit d7cbebcfa1
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -123,8 +123,8 @@ export default function () {
<ModalCloseButton />
<ModalBody>
<UnorderedList>
<ListItem>Username: ${currentInactivity.user.username}</ListItem>
<ListItem>User ID: ${currentInactivity.user.id}</ListItem>
<ListItem>Username: ${currentInactivity.user?.username}</ListItem>
<ListItem>User ID: ${currentInactivity.user?.id}</ListItem>
<ListItem>Start Date: ${currentInactivity.start}</ListItem>
<ListItem>End Date: ${currentInactivity.end}</ListItem>
<ListItem>