Przeglądaj źródła

:bug: typo in wide check

tags/0.9.0
J 4 lat temu
rodzic
commit
703afdd83f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Wyświetl plik

@@ -74,7 +74,7 @@ export default {
74 74
             return this[`all${this.pType}`]
75 75
         },
76 76
         isWide() {
77
-            return this.type == 'exhibition' && i > 1 || this.type == 'event' && i > 1 
77
+            return this.type == 'exhibition' || this.type == 'event'
78 78
         }
79 79
     },
80 80
     methods: {

Ładowanie…
Anuluj
Zapisz