We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f009059 commit fa4b146Copy full SHA for fa4b146
1 file changed
frontend/src/modules/admin/modules/collections/components/lf-collection-table.vue
@@ -29,10 +29,10 @@
29
30
<lf-table-cell class="pl-3">
31
<p class="text-medium mb-0.5">
32
- {{ collection.category.name }}
+ {{ collection.category?.name }}
33
</p>
34
<p class="text-tiny text-gray-500">
35
- {{ collection.category.categoryGroupName }} ({{ collection.category.categoryGroupType === 'vertical' ? 'Industry' : 'Stack' }})
+ {{ collection.category?.categoryGroupName }} ({{ collection.category?.categoryGroupType === 'vertical' ? 'Industry' : 'Stack' }})
36
37
</lf-table-cell>
38
0 commit comments