Procházet zdrojové kódy

:bug: fixing sortBy check typo

tags/0.9.0
J před 4 roky
rodič
revize
b3d0322c96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Zobrazit soubor

198
 
198
 
199
             // Always unset and reset the intersection loader
199
             // Always unset and reset the intersection loader
200
             this.unsetIntersectionLoader()
200
             this.unsetIntersectionLoader()
201
-            if(!this._getSortBy() != sortTypes.material) {
201
+            if(this._getSortBy() != sortTypes.material) {
202
                 this.setIntersectionLoader()
202
                 this.setIntersectionLoader()
203
             }
203
             }
204
         }
204
         }

Načítá se…
Zrušit
Uložit