Skip to content

Commit 4a2d9a1

Browse files
committed
Update FilterDrawer.tsx
1 parent 25e929d commit 4a2d9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/drawers/FilterDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function FilterDrawer({
4141
const [activeSide, setActiveSide] = useState<'one' | 'two'>('one');
4242

4343
const sheetRef = useRef<React.ComponentRef<typeof BottomSheet>>(null);
44-
const snapPoints = useMemo(() => ['85%'], []);
44+
const snapPoints = useMemo(() => ['90%'], []);
4545

4646
const handleSheetChange = useCallback(
4747
(index: number) => {

0 commit comments

Comments
 (0)