From 7722cbdf0a8c1245f1c91fbd76a32560fba373c3 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 23 Nov 2025 21:49:22 +0100 Subject: [PATCH] (refactor) ViewLocationCard: formatting 2D code --- app/ui/ViewLocationCard.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/ui/ViewLocationCard.tsx b/app/ui/ViewLocationCard.tsx index 298cb4e..cddf54b 100644 --- a/app/ui/ViewLocationCard.tsx +++ b/app/ui/ViewLocationCard.tsx @@ -107,7 +107,7 @@ export const ViewLocationCard:FC = ({location, userSettin }, [userSettings?.show2dCodeInMonthlyStatement, generateTenantCode, locationName, tenantName, tenantStreet, tenantTown, userSettings, monthlyExpense, yearMonth]); return( -
+

{formatYearMonth(yearMonth)} {locationName}

@@ -131,13 +131,14 @@ export const ViewLocationCard:FC = ({location, userSettin
  • {t("payment-recipient-label")}
    {paymentParams.Primatelj}
  • {t("payment-recipient-address-label")}
    {paymentParams.AdresaPrimatelja}
  • {t("payment-recipient-city-label")}
    {paymentParams.SjedistePrimatelja}
  • -
  • {t("payment-amount-label")}
    {paymentParams.Iznos}
  • +
  • {t("payment-amount-label")}
    {paymentParams.Iznos} { userSettings?.currency }
  • {t("payment-description-label")}
    {paymentParams.OpisPlacanja}
  • {t("payment-model-label")}
    {paymentParams.ModelPlacanja}
  • {t("payment-reference-label")}
    {paymentParams.PozivNaBroj}
  • -
  • {t("payment-purpose-code-label")}
    {paymentParams.SifraNamjene}
  • - + : null }