Add missing space
This commit is contained in:
parent
18074c03db
commit
6f69fd0511
|
@ -522,7 +522,7 @@ const createUploadBox = (job) => {
|
|||
<div class="card-content">
|
||||
<span class="card-title"
|
||||
id="name-${clientKey}">${job.lufiFile.name}</span>
|
||||
<span id="size-${clientKey}">(${filesize(
|
||||
<span id="size-${clientKey}"> (${filesize(
|
||||
job.lufiFile.size
|
||||
)})</span>
|
||||
<p id="parts-${clientKey}"></p>
|
||||
|
|
Loading…
Reference in New Issue