fix: clean up hotel and its typings
This commit is contained in:
@@ -32,7 +32,7 @@ import {
|
||||
} from "@/types/components/tracking"
|
||||
|
||||
function isValidHotelData(hotel: NullableHotelData): hotel is HotelData {
|
||||
return hotel !== null && hotel !== undefined
|
||||
return hotel != null
|
||||
}
|
||||
|
||||
export async function SelectHotelMapContainer({
|
||||
|
||||
Reference in New Issue
Block a user