Skip to content

Commit

Permalink
fix(my company): fix text overlap issue at company roles (eclipse-tra…
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmargi12 authored and ss-nikunj committed Oct 10, 2024
1 parent fd0c994 commit f1cb77b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/pages/Organization/MyCompanyInfoComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,15 @@ export default function MyCompanyInfoComponent({
{
key: '',
value: (
<>
<Box sx={{ display: 'flex', flexWrap: 'wrap', gap: '8px' }}>
{companyDetails?.companyRole.map((item: string) => (
<StatusTag
key={item}
color="label"
label={t(`content.companyRolesUpdate.${item}`)}
sx={{
marginRight: '8px',
}}
/>
))}
</>
</Box>
),
},
]
Expand Down

0 comments on commit f1cb77b

Please sign in to comment.