style: format history.tsx with prettier
This commit is contained in:
parent
3c1ecbbdfb
commit
d583b44f29
1 changed files with 5 additions and 1 deletions
|
|
@ -129,7 +129,11 @@ export const history = new Elysia().use(userService).get(
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</td>
|
</td>
|
||||||
<td safe>{new Date(job.date_created).toLocaleString(LANGUAGE, { timeZone: TIMEZONE })}</td>
|
<td safe>
|
||||||
|
{new Date(job.date_created).toLocaleString(LANGUAGE, {
|
||||||
|
timeZone: TIMEZONE,
|
||||||
|
})}
|
||||||
|
</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>
|
||||||
<td safe>{job.status}</td>
|
<td safe>{job.status}</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue