File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/apps/profiles/src/member-profile/work-expirence/WorkExpirenceCard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import classNames from 'classnames'
33import moment from 'moment'
44
55import { UserTrait } from '~/libs/core'
6- import { getIndustryOptionLabels } from '~/libs/shared'
6+ import { getIndustryOptionLabel } from '~/libs/shared'
77
88import styles from './WorkExpirenceCard.module.scss'
99
@@ -18,7 +18,7 @@ const WorkExpirenceCard: FC<WorkExpirenceCardProps> = (props: WorkExpirenceCardP
1818 < div className = { styles . workExpirenceCardHeaderLeft } >
1919 < p className = 'body-main-bold' >
2020 { props . work . position }
21- { props . work . industry ? `, ${ getIndustryOptionLabels ( props . work . industry ) } ` : undefined }
21+ { props . work . industry ? `, ${ getIndustryOptionLabel ( props . work . industry ) } ` : undefined }
2222 </ p >
2323 < p >
2424 { props . work . company }
You can’t perform that action at this time.
0 commit comments