Remove displayed remoteRef from commit card

This commit is contained in:
Mattias Granlund 2024-09-12 18:36:22 +02:00
parent 8aafd8345d
commit eec288548a

View File

@ -347,18 +347,8 @@
</div>
</button>
{/if}
<span class="commit__subtitle-divider"></span>
<span>{getTimeAndAuthor()}</span>
{#if $stackingFeature && commit instanceof DetailedCommit}
<div
style="background-color:var(--clr-core-pop-80); border-radius: 3px; padding: 2px;"
>
{commit?.remoteRef}
</div>
{/if}
</div>
{/if}
</div>