Add missing space

This commit is contained in:
Booteille 2024-11-13 18:44:38 +01:00
parent 18074c03db
commit 6f69fd0511
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ const createUploadBox = (job) => {
<div class="card-content"> <div class="card-content">
<span class="card-title" <span class="card-title"
id="name-${clientKey}">${job.lufiFile.name}</span> id="name-${clientKey}">${job.lufiFile.name}</span>
<span id="size-${clientKey}">(${filesize( <span id="size-${clientKey}"> (${filesize(
job.lufiFile.size job.lufiFile.size
)})</span> )})</span>
<p id="parts-${clientKey}"></p> <p id="parts-${clientKey}"></p>