diff --git a/ui/src/components/ReportsToPicker.tsx b/ui/src/components/ReportsToPicker.tsx index 0de901b4..3c279f78 100644 --- a/ui/src/components/ReportsToPicker.tsx +++ b/ui/src/components/ReportsToPicker.tsx @@ -42,7 +42,7 @@ export function ReportsToPicker({ @@ -83,9 +90,9 @@ export function ReportsToPicker({ No manager {terminatedManager && ( -
+
- + Current: {current.name} (terminated)
@@ -109,7 +116,7 @@ export function ReportsToPicker({ }} > - {a.name} + {a.name} {roleLabels[a.role] ?? a.role} ))}