Fixed bugs
This commit is contained in:
@@ -86,6 +86,7 @@ export default function EnterDetailsTracking(props: Props) {
|
||||
pageName: `hotelreservation|${currentStep}`,
|
||||
siteSections: `hotelreservation|${currentStep}`,
|
||||
pageType: currentStep,
|
||||
siteVersion: "new-web",
|
||||
}
|
||||
|
||||
const trackingData = {
|
||||
|
||||
@@ -162,7 +162,8 @@ export default async function StepPage({
|
||||
channel: TrackingChannelEnum["hotelreservation"],
|
||||
pageName: `hotelreservation|${searchParams.step}`,
|
||||
siteSections: `hotelreservation|${searchParams.step}`,
|
||||
pageType: searchParams.step, // TODO: Change to correct
|
||||
pageType: searchParams.step,
|
||||
siteVersion: "new-web",
|
||||
}
|
||||
|
||||
const initialHotelsTrackingData: TrackingSDKHotelInfo = {
|
||||
|
||||
Reference in New Issue
Block a user