From 1531ef0b7c60607278597fc432d0b774ba43ffe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Mon, 15 Jan 2024 15:03:56 +0100 Subject: [PATCH] BugFix: attachment URL fixed --- app/ui/BillEditForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index a227f0c..575e07d 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -65,7 +65,7 @@ export const BillEditForm:FC = ({ locationID, bill }) => { // attachment ? - + {decodeURIComponent(attachment.fileName)}