Skip to content

Commit 341ec27

Browse files
committed
$ removed
1 parent d29ccc0 commit 341ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/Gigs/RecruitCRMJobs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}`}>

0 commit comments

Comments
 (0)