diff --git a/src/components/dashboard/reimbursement/ReimbursementList.tsx b/src/components/dashboard/reimbursement/ReimbursementList.tsx index 797ca2b..0e7a592 100644 --- a/src/components/dashboard/reimbursement/ReimbursementList.tsx +++ b/src/components/dashboard/reimbursement/ReimbursementList.tsx @@ -176,7 +176,8 @@ export default function ReimbursementList() { try { const records = await pb.collection('reimbursement').getList(1, 50, { filter: `submitted_by = "${userId}"`, - sort: '-created' + sort: '-created', + expand: 'audit_notes' }); console.log('Filtered records response:', records); @@ -411,15 +412,31 @@ export default function ReimbursementList() { return (