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