We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d16d3 + c2f2e17 commit 33a36b8Copy full SHA for 33a36b8
1 file changed
src/components/profile/ProfilePreview.vue
@@ -28,6 +28,7 @@
28
></ProfileTitle>
29
<div class="hide-desktop">
30
<ContactMe
31
+ :identities="identities"
32
:primaryEmail="primaryEmail.value"
33
:phoneNumbers="phoneNumbers"
34
:uris="uris"
@@ -47,6 +48,7 @@
47
48
<div class="profile-preview__actions">
49
<div class="hide-mobile">
50
51
52
53
54
@@ -92,6 +94,7 @@ export default {
92
94
location: Object,
93
95
description: Object,
96
uris: Object,
97
+ identities: Object,
98
userId: Object,
99
desktopView: Boolean,
100
},
0 commit comments