From 660b4231b6baebc770a5f32bc0ae0c09a192686d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 6 Nov 2024 20:24:01 +0100 Subject: [PATCH] fix share base url --- .../Profile/Subcomponents/GroupSubHeaderView.tsx | 7 +++---- src/Components/Profile/Templates/OnepagerView.tsx | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx b/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx index 92bfc0bd..b3f919c9 100644 --- a/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx +++ b/src/Components/Profile/Subcomponents/GroupSubHeaderView.tsx @@ -1,13 +1,12 @@ -/* eslint-disable camelcase */ import { Item } from '../../../types' import SocialShareBar from './SocialShareBar' export const GroupSubHeaderView = ({ item, - share_base_url, + shareBaseUrl, }: { item: Item - share_base_url: string + shareBaseUrl: string }) => (
@@ -27,7 +26,7 @@ export const GroupSubHeaderView = ({ )}
- +
) diff --git a/src/Components/Profile/Templates/OnepagerView.tsx b/src/Components/Profile/Templates/OnepagerView.tsx index 6ca884c9..5de70e1c 100644 --- a/src/Components/Profile/Templates/OnepagerView.tsx +++ b/src/Components/Profile/Templates/OnepagerView.tsx @@ -8,7 +8,7 @@ export const OnepagerView = ({ item }: { item: Item }) => {
{item.user_created.first_name && } {/* Description Section */}