Fix Prettier formatting in history
This commit is contained in:
parent
032185583d
commit
4312968c8e
1 changed files with 3 additions and 1 deletions
|
|
@ -130,7 +130,9 @@ export const history = new Elysia().use(userService).get(
|
||||||
</svg>
|
</svg>
|
||||||
</td>
|
</td>
|
||||||
<td safe>
|
<td safe>
|
||||||
{new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })}
|
{new Date(job.date_created).toLocaleTimeString(LANGUAGE, {
|
||||||
|
timeZone: TIMEZONE,
|
||||||
|
})}
|
||||||
</td>
|
</td>
|
||||||
<td>{job.num_files}</td>
|
<td>{job.num_files}</td>
|
||||||
<td class="max-sm:hidden">{job.finished_files}</td>
|
<td class="max-sm:hidden">{job.finished_files}</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue