die eventphotospage funktioniert nun zuverlässig
This commit is contained in:
@@ -186,7 +186,6 @@ export default function EventPhotoboothPage() {
|
||||
}
|
||||
const translateMenu = (key: string, fallback: string) => t(key, { defaultValue: fallback });
|
||||
return buildEventTabs(event, translateMenu, {
|
||||
invites: event.active_invites_count ?? event.total_invites_count ?? undefined,
|
||||
photos: event.photo_count ?? event.pending_photo_count ?? undefined,
|
||||
tasks: event.tasks_count ?? undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user