From 56fb6d53a5e3ba2c859178263d919042161fb978 Mon Sep 17 00:00:00 2001 From: John Angel Date: Fri, 25 Oct 2024 11:56:46 +0200 Subject: [PATCH] fix: avatars style --- src/widgets/AppointmentTile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/AppointmentTile.tsx b/src/widgets/AppointmentTile.tsx index 744718c6a..227d2c310 100644 --- a/src/widgets/AppointmentTile.tsx +++ b/src/widgets/AppointmentTile.tsx @@ -81,9 +81,9 @@ const AppointmentTile: React.FC = ({
{avatars?.map((type, i) => type === 'student' ? ( - + ) : ( - + ) )}