diff --git a/src/webapp/features/profile/components/profileTabs/TabItem.tsx b/src/webapp/features/profile/components/profileTabs/TabItem.tsx index 7abb1b4a..c0633d75 100644 --- a/src/webapp/features/profile/components/profileTabs/TabItem.tsx +++ b/src/webapp/features/profile/components/profileTabs/TabItem.tsx @@ -11,12 +11,7 @@ interface Props { export default function TabItem(props: Props) { return ( - + {props.children}