mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-27 11:36:48 +03:00
fix: show diverged commitId in diverged state
This commit is contained in:
parent
1b8cfd2723
commit
0ff749f036
@ -29,7 +29,7 @@
|
||||
</Tooltip>
|
||||
{:else if type === 'localAndShadow'}
|
||||
<div class="local-shadow-commit-dot">
|
||||
<Tooltip text="Diverged">
|
||||
<Tooltip text={commitNode.commit?.remoteCommitId ?? 'Diverged'}>
|
||||
<svg
|
||||
class="shadow-dot"
|
||||
width="10"
|
||||
@ -42,7 +42,7 @@
|
||||
/>
|
||||
</svg>
|
||||
</Tooltip>
|
||||
<Tooltip text={tooltipText}>
|
||||
<Tooltip text="Diverged">
|
||||
<svg
|
||||
class="local-dot"
|
||||
width="11"
|
||||
|
Loading…
Reference in New Issue
Block a user