From 5f87b58baa4039d06f5a369b4e562188369cedf0 Mon Sep 17 00:00:00 2001
From: Gabriel Ramos
- {t.noCandidatesInStage} -
- ) : ( -- {interview.jobs?.title || t.unknownJob} -
-+ {t.noCandidatesInStage} +
+ ) : ( ++ {interview.jobs?.title || t.unknownJob} +
++ {t.selectCandidateDetails} +
++ {t.noCommentsYet} +
+ ) : ( + selectedInterviewComments.map((comment) => { + const isCollapsed = collapsedComments[comment.id] || false; + const isAiComment = comment.isAi || comment.author === "AI Assistant" || comment.author === "Asistente IA"; + return ( +- {t.selectCandidateDetails} -
-- {t.noCommentsYet} -
- ) : ( - selectedInterviewComments.map((comment) => { - const isCollapsed = collapsedComments[comment.id] || false; - const isAiComment = comment.isAi || comment.author === "AI Assistant" || comment.author === "Asistente IA"; - return ( -