diff --git a/frontend/components/Item/Card.vue b/frontend/components/Item/Card.vue index a060bc8..5357c9e 100644 --- a/frontend/components/Item/Card.vue +++ b/frontend/components/Item/Card.vue @@ -13,16 +13,13 @@ -
+
-
+
-
- -
@@ -50,10 +47,6 @@ return props.item.labels.slice(0, 3) || []; }); - const datetime = computed(() => { - return "Created " + fmtDate(props.item.createdAt, "human"); - }); - const props = defineProps({ item: { type: Object as () => ItemOut | ItemSummary,