diff --git a/frontend/src/shared/helpers.tsx b/frontend/src/shared/helpers.tsx index e07084f..04b6d78 100644 --- a/frontend/src/shared/helpers.tsx +++ b/frontend/src/shared/helpers.tsx @@ -646,6 +646,10 @@ export const WesSampleDetailsColumns: ColDef[] = [ field: "primaryId", headerName: "Primary ID", }, + { + field: "altId", + headerName: "Alt ID", + }, { field: "cmoSampleName", headerName: "CMO Sample Name",