From 521b5303e27dfdf793ccdbb94289e40ec393d131 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 6 Sep 2023 09:16:47 +0200 Subject: [PATCH] fix(scheduling): Use attendee placeholder avatars Instead of broken user avatars. This is not a comprehensive fix but a workaround for #3099, which is not trivial to fix. Signed-off-by: Christoph Wurst --- src/components/Editor/AvatarParticipationStatus.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Editor/AvatarParticipationStatus.vue b/src/components/Editor/AvatarParticipationStatus.vue index ab4da93925..fbcb58dbd0 100644 --- a/src/components/Editor/AvatarParticipationStatus.vue +++ b/src/components/Editor/AvatarParticipationStatus.vue @@ -23,8 +23,9 @@