From 6e5831af4b31060bedef8e3cc766b276a6ad318d Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 5 Apr 2022 22:51:34 -0300 Subject: [PATCH] Supress eslint because the template is intentional --- src/Faucets.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Faucets.tsx b/src/Faucets.tsx index 7e26bd1..d9c1eab 100644 --- a/src/Faucets.tsx +++ b/src/Faucets.tsx @@ -16,6 +16,7 @@ const Faucets: React.FC = () => { const address = s.get("address"); const _urls = faucets.map((u) => + // eslint-disable-next-line no-template-curly-in-string address !== null ? u.replaceAll("${ADDRESS}", address) : u );