We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f28d5 commit b1caa6dCopy full SHA for b1caa6d
web/components/filters/drinks-filter.tsx
@@ -91,7 +91,6 @@ export function DrinksFilter(props: {
91
lowValue={filters.drinks_min ?? DRINKS_MIN}
92
highValue={filters.drinks_max ?? DRINKS_MAX}
93
setValues={(low: number, high: number) => {
94
- console.log('setValues', low, high)
95
updateFilter({
96
drinks_min: Number(low),
97
drinks_max: Number(high),
0 commit comments