Skip to content

Commit

Permalink
Fix: Popular Sports maxDragDistance
Browse files Browse the repository at this point in the history
  • Loading branch information
eqypo9 committed Dec 9, 2024
1 parent 7a1ba9a commit 6457539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapHome/PopularSports/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function PopularSports({
const [position, setPosition] = useState(0);
const [isDragging, setIsDragging] = useState(false);
const initialY = useRef(0);
const maxDragDistance = 170;
const maxDragDistance = 130;

const [currentOptions, setCurrentOptions] = useState<{
[key: string]: string;
Expand Down

0 comments on commit 6457539

Please sign in to comment.