Explorar el Código

:bug: typo in wide check

tags/0.9.0
J hace 4 años
padre
commit
703afdd83f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Ver fichero

@@ -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: {

Loading…
Cancelar
Guardar