Skip to content

Commit f26663a

Browse files
Formatting
1 parent 182b52b commit f26663a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/web/features/auth/logins/LoginCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ export default function LoginsPage({
5252
timestampToPlainDateTime(session.created!),
5353
{
5454
locale,
55-
includeSeconds: true
55+
includeSeconds: true,
5656
},
5757
);
5858
const expiryDisplay = localizeDateTime(
5959
timestampToPlainDateTime(session.expiry!),
6060
{
6161
locale,
62-
includeTime: false
62+
includeTime: false,
6363
},
6464
);
6565
const queryClient = useQueryClient();

0 commit comments

Comments
 (0)