Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5330fba723 |
|
|
@ -389,7 +389,7 @@ export default function CandidateProfile({
|
||||||
candidate={live || c} stage={stageLabel} nextStage={nextStage} onTab={changeTab} onAction={openAction}
|
candidate={live || c} stage={stageLabel} nextStage={nextStage} onTab={changeTab} onAction={openAction}
|
||||||
rating={rating} ratingPending={setRating.isPending} onRating={(n) => setRating.mutate(n)}
|
rating={rating} ratingPending={setRating.isPending} onRating={(n) => setRating.mutate(n)}
|
||||||
atsScore={atsScore} recommendation={recommendation}
|
atsScore={atsScore} recommendation={recommendation}
|
||||||
atsAction={canScoreAts && can('candidates.create') ? <button className="btn btn-secondary btn-sm" disabled={scoreAts.isPending} onClick={() => scoreAts.mutate()}><Icon name="sparkles" />{scoreAts.isPending ? 'Scoring…' : 'Score with ATS'}</button> : null}
|
atsAction={canRerunAts ? <button className="btn btn-secondary btn-sm" disabled={rerunAts.isPending} onClick={() => rerunAts.mutate()}><Icon name="sparkles" />{rerunAts.isPending ? 'Scoring…' : 'Score with ATS'}</button> : null}
|
||||||
/> : live ? (
|
/> : live ? (
|
||||||
<>
|
<>
|
||||||
<PreviousApplications row={live} />
|
<PreviousApplications row={live} />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue