diff --git a/app/(dashboard)/candidates/page.tsx b/app/(dashboard)/candidates/page.tsx index 3d76423..6da0e07 100644 --- a/app/(dashboard)/candidates/page.tsx +++ b/app/(dashboard)/candidates/page.tsx @@ -518,7 +518,7 @@ export default function CandidatesPage() { )} {item.status === "success" && ( - + ✓ {t.success} )} @@ -731,7 +731,7 @@ export default function CandidatesPage() { {vacancy.classification ? ( )} {uploadSuccess && ( -

+

{uploadSuccess}

)} @@ -793,7 +793,7 @@ export default function JobsPage() {
)} {item.status === "success" && ( - + ✓ {t.success} )} @@ -891,7 +891,7 @@ export default function JobsPage() { @@ -985,7 +985,7 @@ export default function JobsPage() { {/* Promote to Interview Pipeline */} {match.interview ? ( - + {t.promoted} ({match.interview.stage}) ) : (