From bdf9c10303cd427f27cac1f736fdcb0b35837866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Wed, 17 Jan 2024 15:55:33 +0100 Subject: [PATCH] bills with attachment marked with green outline --- app/ui/BillBadge.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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