chore: added timetable bottom warnings info

This commit is contained in:
2025-06-22 14:06:22 +02:00
parent 62736d4b04
commit 63262ccf4a
3 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ export function getHeadUnits(stockString: string) {
return acc;
}, [] as string[]);
}
}