From 1d9d628e2d1cc1b4290ad79ebd10a5758c7a6e8b Mon Sep 17 00:00:00 2001 From: Summerfeeling | Timo Date: Sun, 29 Mar 2026 01:39:15 +0100 Subject: [PATCH] fix: use correct uploads path for avatars in day plan sidebar --- client/src/components/Planner/DayPlanSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (