From 8b8fd199b6fbe8578664625f23f1d95c16e9b609 Mon Sep 17 00:00:00 2001 From: motoki317 Date: Mon, 10 Jun 2024 14:25:02 +0900 Subject: [PATCH] Fix locale string --- dashboard/src/components/templates/build/BuildRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/templates/build/BuildRow.tsx b/dashboard/src/components/templates/build/BuildRow.tsx index 5113a259..18e4d94e 100644 --- a/dashboard/src/components/templates/build/BuildRow.tsx +++ b/dashboard/src/components/templates/build/BuildRow.tsx @@ -142,7 +142,7 @@ export const BuildRow: Component = (props) => { {(nonNullQueuedAt) => { const diff = diffHuman(nonNullQueuedAt().toDate()) - const localeString = nonNullQueuedAt().toDate().toString() + const localeString = nonNullQueuedAt().toDate().toLocaleString() return ( {diff()}