Fix double icons in issue status changed activity messages (#4228)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2023-12-20 13:30:24 +04:00 committed by GitHub
parent 5062febad9
commit 6a44293c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
{#if value}
<div class="flex-presenter" style:color={'inherit'}>
{#if !inline}
{#if !inline && shouldShowAvatar}
<IssueStatusIcon {value} {size} {space} on:accent-color {projectType} {taskType} />
{/if}
<span