@@ -202,12 +202,12 @@ const selectedDate = ref(null)
const quantity = ref(1)
const PRICE_LIMITS = Object.freeze({
- min: 100,
+ min: 3,
max: 500
})
const priceRange = ref({
- min: 150,
max: 300