Skip to content

Commit 972b46b

Browse files
author
dengjun
committed
ci:hide the banner accordingly
1 parent 3b11eec commit 972b46b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/containers/Gigs/RecruitCRMJobs.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class RecruitCRMJobsContainer extends React.Component {
144144
jobs,
145145
optimizely,
146146
applications,
147+
auth,
147148
} = this.props;
148149
const {
149150
term,
@@ -256,7 +257,7 @@ class RecruitCRMJobsContainer extends React.Component {
256257
<Dropdown label="Location" onChange={this.onLocation} options={locations} size="xs" />
257258
<Dropdown label="Sort by" onChange={this.onSort} options={sortByOptions} size="xs" />
258259
</div>
259-
<GigHeader appNum={applications} />
260+
{auth.tokenV3 && applications > 0 && <GigHeader appNum={applications} />}
260261
<div styleName="jobs-list-container">
261262
{
262263
jobsToDisplay.length

0 commit comments

Comments
 (0)