Skip to content

Commit

Permalink
Merge pull request nextcloud#5454 from nextcloud/fix/attendees/placeh…
Browse files Browse the repository at this point in the history
…older-avatars
  • Loading branch information
miaulalala authored Sep 7, 2023
2 parents 2edbdbe + 521b530 commit 4259026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<template>
<div class="avatar-participation-status">
<Avatar :disable-tooltip="true"
:user="avatarLink"
:is-no-user="isResource" />
:user="commonName"
:display-name="commonName"
:is-no-user="true" />
<template v-if="participationStatus === 'ACCEPTED' && isViewedByOrganizer">
<IconCheck class="avatar-participation-status__indicator"
fill-color="#32CD32"
Expand Down

0 comments on commit 4259026

Please sign in to comment.