From 9994ffedc21d36ff1da507724cea71f44a6c78f9 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Sat, 14 Dec 2024 01:20:23 +0700 Subject: [PATCH] fix: improve reactions tooltip (#7470) Signed-off-by: Alexander Onnikov --- .../reactions/ReactionsTooltip.svelte | 26 +++++-------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/plugins/activity-resources/src/components/reactions/ReactionsTooltip.svelte b/plugins/activity-resources/src/components/reactions/ReactionsTooltip.svelte index 1d46a32a1d..89a1ce6012 100644 --- a/plugins/activity-resources/src/components/reactions/ReactionsTooltip.svelte +++ b/plugins/activity-resources/src/components/reactions/ReactionsTooltip.svelte @@ -1,24 +1,12 @@ -{#each reactionAccounts as acc} -
- {getAccName(acc, $personAccountByIdStore, $personByIdStore)} -
-{/each} +
+ {#each reactionAccounts as acc} + + {/each} +