gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: -fix FTBFS
Date: Sun, 25 Sep 2022 18:43:47 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 8657554  -fix FTBFS
8657554 is described below

commit 86575541f07cdb7f5c076742ef9385b1ba663dd8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 25 18:43:44 2022 +0200

    -fix FTBFS
---
 packages/bank/src/pages/home/index.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index b53f297..3c4f349 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -11,9 +11,11 @@ import '../../scss/main.scss';
 import talerLogo from '../../assets/logo-white.svg';
 import { LangSelectorLikePy as LangSelector } from 
'../../components/menu/LangSelector';
 
-// Uncomment to allow test runs:
+// @ts-ignore
 const __LIBEUFIN_UI_ALLOW_REGISTRATIONS__ = 
window.__LIBEUFIN_UI_ALLOW_REGISTRATIONS__ ?? 1;
+// @ts-ignore
 const __LIBEUFIN_UI_IS_DEMO__ = window.__LIBEUFIN_UI_IS_DEMO__ ?? 0;
+// @ts-ignore
 const __LIBEUFIN_UI_BANK_NAME__ = window.__LIBEUFIN_UI_BANK_NAME__ ?? 'Taler 
Bank';
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]