File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/shared/containers/Gigs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ class RecruitCRMJobsContainer extends React.Component {
247247 < Link styleName = { `hotlist-item-${ indx + 1 } ` } to = { `${ config . GIGS_PAGES_PATH } /${ hjob . slug } ` } key = { `hotlist-item-${ indx + 1 } ` } onClick = { this . onHotlistApply } >
248248 < div styleName = "location" > < IconBlackLocation /> { hjob . country } </ div >
249249 < h5 styleName = "job-title" > { hjob . name } </ h5 >
250- < div styleName = "job-money" > ${ hjob . min_annual_salary } - $ { hjob . max_annual_salary } / { getSalaryType ( hjob . salary_type ) } </ div >
250+ < div styleName = "job-money" > ${ hjob . min_annual_salary } - { hjob . max_annual_salary } / { getSalaryType ( hjob . salary_type ) } </ div >
251251 </ Link >
252252 ) : (
253253 < div styleName = { `hotlist-item-${ indx + 1 } ` } to = { `${ config . GIGS_PAGES_PATH } /${ hjob . slug } ` } key = { `hotlist-item-${ indx + 1 } ` } >
You can’t perform that action at this time.
0 commit comments