diff --git a/core/src/components/modal/gestures/sheet.ts b/core/src/components/modal/gestures/sheet.ts index a20550808da..86cf6978c23 100644 --- a/core/src/components/modal/gestures/sheet.ts +++ b/core/src/components/modal/gestures/sheet.ts @@ -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.