diff --git a/apps/user-office-frontend/src/components/proposal/ProposalTableOfficer.tsx b/apps/user-office-frontend/src/components/proposal/ProposalTableOfficer.tsx index ffc4d2d6b1..d5e0759201 100644 --- a/apps/user-office-frontend/src/components/proposal/ProposalTableOfficer.tsx +++ b/apps/user-office-frontend/src/components/proposal/ProposalTableOfficer.tsx @@ -114,6 +114,9 @@ let columns: Column[] = [ ...{ width: 'auto' }, }, { + title: 'Principal Investigator', + field: 'principalInvestigator', + emptyValue: '-', render: (proposalView) => { if ( proposalView.principalInvestigator?.lastname && @@ -124,8 +127,6 @@ let columns: Column[] = [ return ''; }, - title: 'Principal Investigator', - emptyValue: '-', }, { title: 'PI Email',