Просмотр исходного кода

:bug: forgot to pass type to hero set

tags/0.9.0
J 4 лет назад
Родитель
Сommit
21859ed6da
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Просмотреть файл

@@ -178,7 +178,7 @@ export default {
178 178
             this.page = 0
179 179
             this.keepFetching = true
180 180
 
181
-            this.checkAndSetHero()
181
+            this.checkAndSetHero(this.type)
182 182
 
183 183
             // Fires when loading from home
184 184
             // Clear any preloaded posts (from home, etc.)

Загрузка…
Отмена
Сохранить