this took way too long to figure out
This commit is contained in:
parent
992a7129e3
commit
d7cbebcfa1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user