1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
mike12345567 2020-10-20 15:09:20 +01:00
parent 69743faa0d
commit 8f466c424d
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@
</span>
</div>
<div class="deployment-right">
{#if deployment.status.toLowerCase() === "pending"}
{#if deployment.status.toLowerCase() === 'pending'}
<Spinner size="10" />
{/if}
<div class={`deployment-status ${deployment.status}`}>