Skip to content

Commit 14e0fb5

Browse files
Frontend/bugfix/tweak date formatting (#9259)
1 parent c682ef9 commit 14e0fb5

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ export default function LoginsPage({
5353
{
5454
locale,
5555
includeSeconds: true,
56-
abbreviate: true,
5756
},
5857
);
5958
const expiryDisplay = localizeDateTime(
6059
timestampToPlainDateTime(session.expiry!),
6160
{
6261
locale,
6362
includeTime: false,
64-
abbreviate: true,
6563
},
6664
);
6765
const queryClient = useQueryClient();

app/web/features/profile/view/userLabels.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export const RemainingAboutLabels = ({ user }: Props) => {
285285
timestampToPlainDateTime(user.joined).toPlainDate(),
286286
{
287287
locale,
288-
abbreviate: true,
289288
capitalize: true,
290289
},
291290
)

0 commit comments

Comments
 (0)