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' ? ( - + ) : ( - + ) )}