diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index addc8ca..71cd77d 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -22,7 +22,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM -

{formatYearMonth(yearMonth)} {name}

+

{formatYearMonth(yearMonth)} {name}

{ bills.map(bill => )