mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(eslint): add strict-boolean-expressions rule (#25768)
This commit is contained in:
@ -704,7 +704,7 @@ export class Modal implements ComponentInterface, OverlayInterface {
|
||||
|
||||
this.currentTransition = dismiss(this, data, role, 'modalLeave', iosLeaveAnimation, mdLeaveAnimation, {
|
||||
presentingEl: this.presentingElement,
|
||||
currentBreakpoint: this.currentBreakpoint || this.initialBreakpoint,
|
||||
currentBreakpoint: this.currentBreakpoint !== undefined || this.initialBreakpoint,
|
||||
backdropBreakpoint: this.backdropBreakpoint,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user