diff --git a/app/ui/BillBadge.tsx b/app/ui/BillBadge.tsx index fb1f093..f0e3eda 100644 --- a/app/ui/BillBadge.tsx +++ b/app/ui/BillBadge.tsx @@ -7,7 +7,7 @@ export interface BillBadgeProps { bill: Bill }; -export const BillBadge:FC = ({ locationId, bill: { _id: billId, name, paid }}) => - +export const BillBadge:FC = ({ locationId, bill: { _id: billId, name, paid, attachment }}) => + {name} ; \ No newline at end of file