diff --git a/src/components/Calendar.tsx b/src/components/Calendar.tsx index e19c9183..91929123 100644 --- a/src/components/Calendar.tsx +++ b/src/components/Calendar.tsx @@ -118,15 +118,20 @@ export function Calendar() { const distanceWarning = getDistanceWarning(event); return ( - <> + {!(activity instanceof CustomActivity) ? ( {distanceWarning ? ( - + ! ) : null} - + ); };