diff --git a/frontend/src/screens/CandidateProfile.jsx b/frontend/src/screens/CandidateProfile.jsx index a5ea6ed..376782e 100644 --- a/frontend/src/screens/CandidateProfile.jsx +++ b/frontend/src/screens/CandidateProfile.jsx @@ -389,7 +389,7 @@ export default function CandidateProfile({ candidate={live || c} stage={stageLabel} nextStage={nextStage} onTab={changeTab} onAction={openAction} rating={rating} ratingPending={setRating.isPending} onRating={(n) => setRating.mutate(n)} atsScore={atsScore} recommendation={recommendation} - atsAction={canScoreAts && can('candidates.create') ? : null} + atsAction={canRerunAts ? : null} /> : live ? ( <>