Skip to content

Commit fdde234

Browse files
committed
add missing empty string
1 parent f4e43af commit fdde234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const configureDocuments = (documents, requestIdentifier) => {
212212
turnaroundTime: document.turn_around_time.human || '',
213213
poNumber: document.po_number || '',
214214
relatedSOWIdentifier: document.proposal_ref?.identifier || '',
215-
adPO: document.scientist_identifier,
215+
adPO: document.scientist_identifier || '',
216216
}))
217217
}
218218

0 commit comments

Comments
 (0)