Skip to content

Commit

Permalink
fix: removed trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kumibrr committed Dec 22, 2024
1 parent ea68986 commit 4970471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/modal/gestures/sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const createSheetGesture = (
* and then swipe again. The target content will not be the same between swipes.
*/
const contentEl = findClosestIonContent(detail.event.target! as HTMLElement);
currentBreakpoint = getCurrentBreakpoint();;
currentBreakpoint = getCurrentBreakpoint();

/**
* If we are in a snap breakpoint, we should not allow the swipe to start.
Expand Down

0 comments on commit 4970471

Please sign in to comment.