Browse Source

:bug: forgot to pass type to hero set

tags/0.9.0
J 4 years ago
parent
commit
21859ed6da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue View File

@@ -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…
Cancel
Save