feat(SW-2116): Use refId instead of confirmationNumber
This commit is contained in:
@@ -20,13 +20,13 @@ import { CurrencyEnum } from "@/types/enums/currency"
|
||||
export function LinkedReservation({
|
||||
checkInTime,
|
||||
checkOutTime,
|
||||
confirmationNumber,
|
||||
refId,
|
||||
roomIndex,
|
||||
roomNumber,
|
||||
}: LinkedReservationProps) {
|
||||
const lang = useLang()
|
||||
const { data, refetch, isLoading } = trpc.booking.get.useQuery({
|
||||
confirmationNumber,
|
||||
refId,
|
||||
lang,
|
||||
})
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user