Skip to content

Commit fa2bc4b

Browse files
committed
fix(people-panel): unnecessary padding for host tile
1 parent 72e4d5f commit fa2bc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/PeopleParticipantTile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</template>
7474
</Dropdown>
7575
</div>
76-
<div v-else-if="isHost" class="w-8 h-8"/>
76+
<div v-else-if="isHost && isCurrentUser" class="w-8 h-8"/>
7777
</div>
7878
</div>
7979

0 commit comments

Comments
 (0)