Skip to content

Commit

Permalink
let ProfilePreview accept and relay identities to ContactMe (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingatoll committed Jun 22, 2022
1 parent 709f409 commit 5876526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/profile/ProfilePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
></ProfileTitle>
<div class="hide-desktop">
<ContactMe
:identities="identities"
:primaryEmail="primaryEmail.value"
:phoneNumbers="phoneNumbers"
:uris="uris"
Expand All @@ -47,6 +48,7 @@
<div class="profile-preview__actions">
<div class="hide-mobile">
<ContactMe
:identities="identities"
:primaryEmail="primaryEmail.value"
:phoneNumbers="phoneNumbers"
:uris="uris"
Expand Down Expand Up @@ -92,6 +94,7 @@ export default {
location: Object,
description: Object,
uris: Object,
identities: Object,
userId: Object,
desktopView: Boolean,
},
Expand Down

0 comments on commit 5876526

Please sign in to comment.