From 2bc5b95151f9f90ff96c99a0ce65c56a81f67f29 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 7 Nov 2024 08:16:32 +0100 Subject: [PATCH] added protocoll to share url --- src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx b/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx index 5246fe03..58e335d3 100644 --- a/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx +++ b/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx @@ -30,7 +30,7 @@ export const GroupSubHeaderView = ({ url={ shareBaseUrl && item.slug ? shareBaseUrl + item.slug - : window.location.host + '/item/' + item.id + : window.location.protocol + '//' + window.location.host + '/item/' + item.id } title={item.name} />