mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
refactor(all): strict boolean conditions
This commit is contained in:
@ -27,7 +27,7 @@ export class InfiniteScrollContent {
|
||||
@Prop() loadingText?: string;
|
||||
|
||||
componentDidLoad() {
|
||||
if (!this.loadingSpinner) {
|
||||
if (this.loadingSpinner === undefined) {
|
||||
this.loadingSpinner = this.config.get(
|
||||
'infiniteLoadingSpinner',
|
||||
this.config.get('spinner', 'lines')
|
||||
|
Reference in New Issue
Block a user