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 }) => (