fix various oopsies

This commit is contained in:
2024-07-08 02:50:07 +02:00
parent 355887518b
commit b464212831
2 changed files with 3 additions and 4 deletions

View File

@ -49,7 +49,6 @@ export async function OpeningHoursSectionBlock() {
allOpeningHours,
slug
);
console.log("prettyHours", prettyHours, slug);
if (!prettyHours || prettyHours?.length === 0) {
return <></>;
}