Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Sep 17, 2024
1 parent cc15309 commit e60d74c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/ListViews/LeadsListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
</div>
<div v-else-if="column.key === 'organization'">
<Avatar
v-if="item.label"
v-if="item"
class="flex items-center"
:image="item.logo"
:label="item.label"
:image="item"
:label="item"
size="sm"
/>
</div>
Expand Down

0 comments on commit e60d74c

Please sign in to comment.