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