We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcf14e commit 37e5f9bCopy full SHA for 37e5f9b
src/components/lists/ListCardTab.vue
@@ -4,7 +4,7 @@
4
:style="{ width: width ? `${width}px` : '' }"
5
:class="width ? 'shrink-0' : 'grow'">
6
<ImageContainer
7
- v-if="profileImg !== undefined"
+ v-if="profileImg !== undefined && content"
8
:size="24"
9
:url="profileImg" />
10
<TaskStatus
0 commit comments