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} />