fixed ts-errors

This commit is contained in:
Codex Agent
2025-11-21 17:05:17 +01:00
parent 7a8d22a238
commit 870d225438
3 changed files with 3 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ export default function EventDetailPage({ mode = 'detail' }: EventDetailPageProp
);
const shownWarningToasts = React.useRef<Set<string>>(new Set());
const [addonBusyId, setAddonBusyId] = React.useState<string | null>(null);
//const [addonBusyId, setAddonBusyId] = React.useState<string | null>(null);
const handleAddonPurchase = React.useCallback(
async (scope: 'photos' | 'guests' | 'gallery', addonKeyOverride?: string) => {