mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-01 19:08:29 +00:00
web/ProgressBar: check if completedWorkers exists
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
This commit is contained in:
parent
1716c1d2af
commit
88d4b4dc7c
@ -13,7 +13,7 @@
|
|||||||
class="progress"
|
class="progress"
|
||||||
style="width: {Math.min(100, percentage || 0)}%"
|
style="width: {Math.min(100, percentage || 0)}%"
|
||||||
></div>
|
></div>
|
||||||
{:else if completedWorkers.includes(workerId)}
|
{:else if completedWorkers?.includes(workerId)}
|
||||||
<div
|
<div
|
||||||
class="progress"
|
class="progress"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
Loading…
Reference in New Issue
Block a user