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
|
const { public: publicPrice, member: memberPrice } = product.productType
|
||||||
|
|
||||||
function onChange() {
|
function onChange() {
|
||||||
const rate = {
|
|
||||||
roomTypeCode,
|
|
||||||
roomType,
|
|
||||||
priceName: name,
|
|
||||||
public: publicPrice,
|
|
||||||
member: memberPrice,
|
|
||||||
features: petRoomPackage ? features : [],
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log("Rate", rate)
|
|
||||||
|
|
||||||
handleSelectRate({
|
handleSelectRate({
|
||||||
publicRateCode: publicPrice.rateCode,
|
publicRateCode: publicPrice.rateCode,
|
||||||
roomTypeCode: roomTypeCode,
|
roomTypeCode: roomTypeCode,
|
||||||
|
|||||||
Reference in New Issue
Block a user