Skip to content

Commit 37e5f9b

Browse files
committed
🐛 [fix] : 회원 정보 없이 프로필 사진 표시 오류 수정
1 parent 0bcf14e commit 37e5f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/lists/ListCardTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:style="{ width: width ? `${width}px` : '' }"
55
:class="width ? 'shrink-0' : 'grow'">
66
<ImageContainer
7-
v-if="profileImg !== undefined"
7+
v-if="profileImg !== undefined && content"
88
:size="24"
99
:url="profileImg" />
1010
<TaskStatus

0 commit comments

Comments
 (0)