We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0321855 commit 4312968Copy full SHA for 4312968
src/pages/history.tsx
@@ -130,7 +130,9 @@ export const history = new Elysia().use(userService).get(
130
</svg>
131
</td>
132
<td safe>
133
- {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })}
+ {new Date(job.date_created).toLocaleTimeString(LANGUAGE, {
134
+ timeZone: TIMEZONE,
135
+ })}
136
137
<td>{job.num_files}</td>
138
<td class="max-sm:hidden">{job.finished_files}</td>
0 commit comments