import SocialShareBar from './SocialShareBar' import type { Item } from '#types/Item' export const GroupSubHeaderView = ({ item, shareBaseUrl, platforms, }: { item: Item shareBaseUrl: string platforms?: string[] }) => (
{item.status && (
{item.status}
)} {item.group_type && (
{item.group_type}
)}
)