mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(all): strict boolean conditions
This commit is contained in:
@ -30,7 +30,7 @@ export class MenuToggle {
|
||||
@Prop() autoHide = true;
|
||||
|
||||
componentDidLoad() {
|
||||
this.updateVisibility();
|
||||
return this.updateVisibility();
|
||||
}
|
||||
|
||||
@Listen('click')
|
||||
|
Reference in New Issue
Block a user