intergrate openening times & show extras

This commit is contained in:
2026-01-15 11:43:36 +03:00
parent 046773cb8b
commit 0ce2d320a8
8 changed files with 212 additions and 166 deletions

View File

@@ -14,7 +14,6 @@ export default function ExtraGroupsContainer({
selectedExtrasByGroup: Record<number, string[]>;
setSelectedExtrasByGroup: Dispatch<SetStateAction<Record<number, string[]>>>;
}) {
return (
<>
{groupsList.length > 0 && (