diff --git a/client/src/components/Planner/DayPlanSidebar.tsx b/client/src/components/Planner/DayPlanSidebar.tsx index bd75dda..915da19 100644 --- a/client/src/components/Planner/DayPlanSidebar.tsx +++ b/client/src/components/Planner/DayPlanSidebar.tsx @@ -763,7 +763,7 @@ export default function DayPlanSidebar({ marginLeft: pi > 0 ? -4 : 0, flexShrink: 0, overflow: 'hidden', }}> - {p.avatar ? : p.username?.[0]?.toUpperCase()} + {p.avatar ? : p.username?.[0]?.toUpperCase()} ))} {assignment.participants.length > 5 && (