From d297b2e2a69e5779eb76e9b1b7d2a30f66633510 Mon Sep 17 00:00:00 2001 From: shahmargi12 <124675506+shahmargi12@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:45:04 +0530 Subject: [PATCH] fix(my company): fix text overlap issue at company roles (#1180) https://github.com/eclipse-tractusx/portal-frontend/issues/1172 --- .../pages/Organization/MyCompanyInfoComponent.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/pages/Organization/MyCompanyInfoComponent.tsx b/src/components/pages/Organization/MyCompanyInfoComponent.tsx index 719ec6427..7fcb84d85 100644 --- a/src/components/pages/Organization/MyCompanyInfoComponent.tsx +++ b/src/components/pages/Organization/MyCompanyInfoComponent.tsx @@ -47,18 +47,15 @@ export default function MyCompanyInfoComponent({ { key: '', value: ( - <> + {companyDetails?.companyRole.map((item: string) => ( ))} - + ), }, ]