mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
Remove displayed remoteRef from commit card
This commit is contained in:
parent
8aafd8345d
commit
eec288548a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user