mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-27 11:36:48 +03:00
style(ui): Simplify label badge conditional rendering in IntegrationSeriesRow (#5130)
This commit is contained in:
parent
fdd64015b7
commit
31020d9dec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user