refactor: rename product to partyEvent in API route, types and frontend components
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Page() {
|
||||
<title>{metadata.title}</title>
|
||||
|
||||
<PartyEventDetailsView
|
||||
product={partyEvent}
|
||||
partyEvent={partyEvent}
|
||||
loading={partyEventLoading}
|
||||
error={partyEventError}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user