Skip to content

Commit 4970471

Browse files
committed
fix: removed trailing semicolon
1 parent ea68986 commit 4970471

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/modal/gestures

1 file changed

+1
-1
lines changed

core/src/components/modal/gestures/sheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const createSheetGesture = (
167167
* and then swipe again. The target content will not be the same between swipes.
168168
*/
169169
const contentEl = findClosestIonContent(detail.event.target! as HTMLElement);
170-
currentBreakpoint = getCurrentBreakpoint();;
170+
currentBreakpoint = getCurrentBreakpoint();
171171

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

0 commit comments

Comments
 (0)