Skip to content

Commit

Permalink
task(HTL-113523): Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
coolestKev committed Jan 2, 2025
1 parent c694e72 commit 70c051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Drawer: React.FC<DrawerProps> = ({
zIndex = 1,
snapHeights,
snapDimensions,
onSnapPositionChange = () => {},
onSnapPositionChange,
disableEnterAnimation,
...props
}) => {
Expand Down

0 comments on commit 70c051d

Please sign in to comment.