From 8e39ab4c21d3e3ab6e6070ebfa9c94d23c2da03c Mon Sep 17 00:00:00 2001 From: Baba Kamyljanov Date: Wed, 11 Dec 2024 13:36:18 +0800 Subject: [PATCH] fixed copy details where image wasn't being copied --- src/components/profile-utils/utils/CopyProfileInformation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile-utils/utils/CopyProfileInformation.jsx b/src/components/profile-utils/utils/CopyProfileInformation.jsx index 9211e9a..d4a8319 100644 --- a/src/components/profile-utils/utils/CopyProfileInformation.jsx +++ b/src/components/profile-utils/utils/CopyProfileInformation.jsx @@ -14,7 +14,7 @@ const CopyProfileInformation = ({ const copyHtmlToClipboard = async () => { const PREPAID_DISCOUNT = 15; const siteUrl = window.location?.origin; - const imageUrl = siteUrl.concat(profileImage.src); + const imageUrl = siteUrl.concat(profileImage); const htmlToCopy = `