From 5fbcf9353bf47d536ea87e549be19f49245b126a Mon Sep 17 00:00:00 2001 From: Kristina Date: Fri, 16 Feb 2024 19:55:35 +0400 Subject: [PATCH] UBERF-5570: fix avatars (#4679) Signed-off-by: Kristina Fefelova --- .../contact-resources/src/components/Avatar.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/contact-resources/src/components/Avatar.svelte b/plugins/contact-resources/src/components/Avatar.svelte index e2d65180f8..820bedc72e 100644 --- a/plugins/contact-resources/src/components/Avatar.svelte +++ b/plugins/contact-resources/src/components/Avatar.svelte @@ -13,6 +13,8 @@ // limitations under the License. -->