From 9c9ddc28c1bd60eedf1e047295ea79ab5a088639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Sat, 14 Dec 2024 09:12:03 +0100 Subject: [PATCH] =?UTF-8?q?pove=C4=87avanje=20UI=20elemenata=20na=20view?= =?UTF-8?q?=20ekranu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/ViewBillBadge.tsx | 2 +- app/ui/ViewLocationCard.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ui/ViewBillBadge.tsx b/app/ui/ViewBillBadge.tsx index d0ae494..672a96b 100644 --- a/app/ui/ViewBillBadge.tsx +++ b/app/ui/ViewBillBadge.tsx @@ -14,7 +14,7 @@ export const ViewBillBadge: FC = ({ locationId, bill: { _id: const currentLocale = useLocale(); return ( - + {name} ); diff --git a/app/ui/ViewLocationCard.tsx b/app/ui/ViewLocationCard.tsx index d6e9135..292b533 100644 --- a/app/ui/ViewLocationCard.tsx +++ b/app/ui/ViewLocationCard.tsx @@ -21,7 +21,7 @@ export const ViewLocationCard:FC = ({location: { _id, nam return(
-

{formatYearMonth(yearMonth)} {name}

+

{formatYearMonth(yearMonth)} {name}

{ bills.map(bill => ) @@ -29,7 +29,7 @@ export const ViewLocationCard:FC = ({location: { _id, nam
{ monthlyExpense > 0 ? -

+

{ t("payed-total-label") } ${formatCurrency(monthlyExpense)}

: null