diff --git a/frontend/src/components/upload/OwnerList.tsx b/frontend/src/components/upload/OwnerList.tsx index add8fda..52a9d32 100644 --- a/frontend/src/components/upload/OwnerList.tsx +++ b/frontend/src/components/upload/OwnerList.tsx @@ -159,7 +159,9 @@ export default function OwnerList() { owners.map((owner) => ( {owner.email} - {owner.account_id?.slice(0, 20)}... + + {owner.account_id ? `${owner.account_id.slice(0, 20)}...` : '-'} + {statusLabels[owner.status] || owner.status}