fix: show line badge in date grouped by time

This commit is contained in:
Matej Stieranka 2025-07-03 15:16:14 +02:00
parent 21efcc8601
commit 4196f01583

View file

@ -90,6 +90,7 @@ export default async function ScheduleByDate({
hour: "numeric",
minute: "2-digit",
})}`}
showLine
/>
))}
</main>