style(ui): Simplify label badge conditional rendering in IntegrationSeriesRow (#5130)

This commit is contained in:
Pavel Laptev 2024-10-14 14:27:37 +02:00 committed by GitHub
parent fdd64015b7
commit 31020d9dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,7 @@
</span>
<span class="name-label-badge text-11 text-semibold">
{#if type === 'clear'}
<span>Clear</span>
{:else if type === 'conflicted'}
{#if type === 'conflicted'}
<span>Conflicted</span>
{:else if type === 'integrated'}
<span>Integrated</span>