die eventphotospage funktioniert nun zuverlässig
This commit is contained in:
@@ -211,8 +211,7 @@ export default function EventRecapPage() {
|
||||
const eventTabs = event
|
||||
? buildEventTabs(event, (key, fallback) => t(key, { defaultValue: fallback }), {
|
||||
photos: stats?.uploads_total ?? event.photo_count ?? undefined,
|
||||
tasks: stats?.uploads_total ?? event.tasks_count ?? undefined,
|
||||
invites: event.active_invites_count ?? event.total_invites_count ?? undefined,
|
||||
tasks: event.tasks_count ?? undefined,
|
||||
})
|
||||
: [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user