Skip to content

Commit

Permalink
fixup! feat: add recipient info on the right side of the composer
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Nov 22, 2024
1 parent 827f796 commit 12edd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/RecipientInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
:display-name="recipients[0].displayName"
:email="recipients[0].email"
:size="64"
:disable-tooltip="true" />
:disable-tooltip="true"
:disable-menu="true"
:url="recipients[0].photoUrl" />
</div>
<div class="recipient-details">
<h6>{{ recipient[0].email }}</h6>
<DisplayContactDetails :email="recipient[0].email" />
</div>
</div>
Expand Down Expand Up @@ -106,7 +107,6 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.recipient-avatar {
Expand Down

0 comments on commit 12edd52

Please sign in to comment.