Переглянути джерело

:bug: fixing sortBy check typo

tags/0.9.0
J 4 роки тому
джерело
коміт
b3d0322c96
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Переглянути файл

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

Завантаження…
Відмінити
Зберегти