fixed ts-errors
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user