Skip to content

Commit

Permalink
Update StackingSeriesHeader.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev committed Oct 29, 2024
1 parent 6f901cd commit 601f50b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/desktop/src/lib/branch/StackingSeriesHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@
</div>
{/if}

<div class="branch-action">
<div class="branch-action__line" style:--bg-color={lineColor}></div>
<div class="branch-action__body"></div>
</div>

{#if $pr}
<PrDetailsModal bind:this={prDetailsModal} type="display" pr={$pr} />
{:else}
Expand Down

0 comments on commit 601f50b

Please sign in to comment.