fix: remove console.log and unused variable
This commit is contained in:
@@ -46,17 +46,6 @@ export default function FlexibilityOption({
|
||||
const { public: publicPrice, member: memberPrice } = product.productType
|
||||
|
||||
function onChange() {
|
||||
const rate = {
|
||||
roomTypeCode,
|
||||
roomType,
|
||||
priceName: name,
|
||||
public: publicPrice,
|
||||
member: memberPrice,
|
||||
features: petRoomPackage ? features : [],
|
||||
}
|
||||
|
||||
console.log("Rate", rate)
|
||||
|
||||
handleSelectRate({
|
||||
publicRateCode: publicPrice.rateCode,
|
||||
roomTypeCode: roomTypeCode,
|
||||
|
||||
Reference in New Issue
Block a user