Skip to content

Commit 33a36b8

Browse files
committed
Merge branch 'pull-680'
2 parents e3d16d3 + c2f2e17 commit 33a36b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/profile/ProfilePreview.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
></ProfileTitle>
2929
<div class="hide-desktop">
3030
<ContactMe
31+
:identities="identities"
3132
:primaryEmail="primaryEmail.value"
3233
:phoneNumbers="phoneNumbers"
3334
:uris="uris"
@@ -47,6 +48,7 @@
4748
<div class="profile-preview__actions">
4849
<div class="hide-mobile">
4950
<ContactMe
51+
:identities="identities"
5052
:primaryEmail="primaryEmail.value"
5153
:phoneNumbers="phoneNumbers"
5254
:uris="uris"
@@ -92,6 +94,7 @@ export default {
9294
location: Object,
9395
description: Object,
9496
uris: Object,
97+
identities: Object,
9598
userId: Object,
9699
desktopView: Boolean,
97100
},

0 commit comments

Comments
 (0)