mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 03:49:49 +00:00
Fix double icons in issue status changed activity messages (#4228)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
5062febad9
commit
6a44293c35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user