diff --git a/src/components/Today/TodaySchedule.tsx b/src/components/Today/TodaySchedule.tsx index c061aff1..a2ab7e93 100644 --- a/src/components/Today/TodaySchedule.tsx +++ b/src/components/Today/TodaySchedule.tsx @@ -19,6 +19,7 @@ import supabase from '@/config/supabase'; import useSWR from 'swr'; import { createTimetableFromCourses } from '@/helpers/timetable'; import { MinimalCourse } from '@/types/courses'; +import { VenueChip } from '../Timetable/VenueChip'; const TodaySchedule: FC<{ weather: WeatherData, alerts: AlertDefinition[] }> = ({ weather, alerts }) => { const { courses, isCoursesEmpty, colorMap, timetableData, deleteCourse } = useUserTimetable(); @@ -76,8 +77,7 @@ const TodaySchedule: FC<{ weather: WeatherData, alerts: AlertDefinition[] }> = (

{t.course.name_zh}

{t.course.name_en}

- -

{t.venue}

+
))