diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index 0acccfa68..006380349 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -518,7 +518,7 @@ size="md" body-class="p-2 rounded">
- +

By using this embed, you agree to our Terms of Use

@@ -1215,7 +1215,8 @@ }, showEmbedProfileModal() { - this.ctxEmbedPayload = window.App.util.embed.profile(this.profile.url) + this.ctxEmbedPayload = window.App.util.embed.profile(this.profile.url); + this.$refs.visitorContextMenu.hide(); this.$refs.embedModal.show(); },