refactor: rename product to partyEvent in API route, types and frontend components

This commit is contained in:
louiscklaw
2025-06-15 16:44:27 +08:00
parent 4b64778b59
commit ecdbc45c4a
8 changed files with 50 additions and 43 deletions

View File

@@ -19,7 +19,7 @@ export default function Page() {
<title>{metadata.title}</title>
<PartyEventDetailsView
product={partyEvent}
partyEvent={partyEvent}
loading={partyEventLoading}
error={partyEventError}
/>