Преглед изворни кода

:bug: forgot to pass type to hero set

tags/0.9.0
J пре 4 година
родитељ
комит
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.)

Loading…
Откажи
Сачувај