rework of the event admin UI
This commit is contained in:
@@ -4,7 +4,7 @@ import type { EventAddonSummary } from '../../api';
|
||||
|
||||
type Props = {
|
||||
addons: EventAddonSummary[];
|
||||
t: (key: string, fallback: string) => string;
|
||||
t: (key: string, fallback: string, options?: Record<string, unknown>) => string;
|
||||
};
|
||||
|
||||
export function AddonSummaryList({ addons, t }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user