diff --git a/app/(dashboard)/interviews/page.tsx b/app/(dashboard)/interviews/page.tsx index 62c5b64..7e7408c 100644 --- a/app/(dashboard)/interviews/page.tsx +++ b/app/(dashboard)/interviews/page.tsx @@ -415,269 +415,288 @@ export default function InterviewsPage() {
) : ( -- {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 ( -