panhui hace 5 años
padre
commit
cadeaba69e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/News/Grid.vue

+ 1 - 1
src/components/News/Grid.vue

@@ -37,7 +37,7 @@
                 </div>
             </div>
 
-            <div class="time" v-if="info.type === 'NEW_PRODUCT_RELEASE' || info.type === 'TECHNICAL_INFORMATION'">
+            <div class="time">
                 {{ info.createdAt }}
             </div>
         </div>