diff --git a/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte b/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte
index 2230b1b..af54343 100644
--- a/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte
+++ b/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte
@@ -20,11 +20,11 @@
{:else if RowIndex == 0}
{time}
{:else if RowIndex == new Date().getDay() && timeIndex == 0}
- {legend[RowIndex]}
{:else if RowIndex == new Date().getDay()}
- {time}
+ {time}
{:else if timeIndex == 0}
{legend[RowIndex]}