diff --git a/apps/frontend/src/components/launches/calendar.tsx b/apps/frontend/src/components/launches/calendar.tsx index 8149c3f9..62183d14 100644 --- a/apps/frontend/src/components/launches/calendar.tsx +++ b/apps/frontend/src/components/launches/calendar.tsx @@ -723,80 +723,74 @@ export const CalendarColumn: FC<{ )} - {(display === 'day' - ? !isBeforeNow && postList.length === 0 - : !isBeforeNow) && ( +