From a62567d22f9a32014d3d65d1418ba131da885f44 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Mon, 3 Jun 2024 19:04:14 +0200 Subject: [PATCH] Show avatar for integrated commit lines --- app/src/lib/components/CommitLines.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/components/CommitLines.svelte b/app/src/lib/components/CommitLines.svelte index 48d371f68..0d4d7fa07 100644 --- a/app/src/lib/components/CommitLines.svelte +++ b/app/src/lib/components/CommitLines.svelte @@ -66,7 +66,7 @@ inDashed={remoteIn == 'integrated'} {integrated} > - {#if !hasShadowColumn && (relatedToOther || commitStatus == 'remote' || commitStatus == 'upstream')} + {#if !hasShadowColumn && (relatedToOther || commitStatus != 'local')}