Skip to content

Commit 138ac92

Browse files
committed
🐛 [fix] 내 정보 수정 직무 없을 시 미표시
1 parent c851d38 commit 138ac92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/common/EditInformation.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
<p class="text-body text-xs font-bold">부서</p>
7878
<p class="mt-2 text-black">{{ info.departmentName }}</p>
7979
</div>
80-
<div class="flex flex-col">
80+
<div
81+
v-if="info.departmentRole"
82+
class="flex flex-col">
8183
<p class="text-body text-xs font-bold">직무</p>
8284
<p class="mt-2 text-black">{{ info.departmentRole }}</p>
8385
</div>

0 commit comments

Comments
 (0)