{t.rich('barcode-disclaimer', { br: () =>
})}
diff --git a/app/ui/ViewLocationCard.tsx b/app/ui/ViewLocationCard.tsx
index 7afc03c..7bd0948 100644
--- a/app/ui/ViewLocationCard.tsx
+++ b/app/ui/ViewLocationCard.tsx
@@ -108,7 +108,9 @@ export const ViewLocationCard:FC
= ({location, userSettin
hub3aText: EncodePayment(paymentParams),
paymentParams
});
- }, []);
+ },
+ // eslint-disable-next-line react-hooks/exhaustive-deps
+ []);
return(