From 4970471dadb48b3439eaca2712f50279b4422e18 Mon Sep 17 00:00:00 2001 From: kumibrr Date: Mon, 23 Dec 2024 00:39:03 +0100 Subject: [PATCH] fix: removed trailing semicolon --- core/src/components/modal/gestures/sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.