fix: conditional check for branches length in template

This commit is contained in:
Kiril Videlov 2024-02-08 16:17:50 +01:00 committed by Kiril Videlov
parent 813f543e08
commit e98bb4fc17

View File

@ -157,7 +157,7 @@
on:action
/>
</BranchesHeader>
{#if $filteredBranches$?.length > 0}
{#if $branches$?.length > 0}
<ScrollableContainer bind:viewport showBorderWhenScrolled>
<div class="scroll-container">
<TextBox