Skip to content

Commit 8a28545

Browse files
committed
Client-side: add nullability to deviceId
It is hidden if null already anyway
1 parent 8805553 commit 8a28545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/SessionDetail/SessionDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Props = {
2626
title: string | ReactNode;
2727
lastActive?: Date;
2828
signedIn?: Date;
29-
deviceId?: string;
29+
deviceId?: string | null;
3030
ipAddress?: string;
3131
scopes?: string[];
3232
details?: Detail[];

0 commit comments

Comments
 (0)