From 398182e3e6897be65bd6b9a7ebeec4fc24f09844 Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Thu, 30 Mar 2023 10:09:58 +0500 Subject: [PATCH] TSK-963: show avatar on comments (#2857) Signed-off-by: Vyacheslav Tumanov --- plugins/activity-resources/src/components/TxView.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index 0939005d2b..f11e25d7da 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -37,7 +37,6 @@ import { getValue, TxDisplayViewlet, updateViewlet } from '../utils' import TxViewTx from './TxViewTx.svelte' import Edit from './icons/Edit.svelte' - import IconProfile from './icons/Profile.svelte' export let tx: DisplayTx export let viewlets: Map @@ -158,7 +157,7 @@ {#if showIcon} {#if isComment}
- +
{:else}