diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 5c01fa4..5799d7c 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -130,7 +130,9 @@ export const history = new Elysia().use(userService).get( - {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })} + {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { + timeZone: TIMEZONE, + })} {job.num_files} {job.finished_files}