merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit d5d8f96f3bdb59d32e83ef46731845fd237ec4da
parent b308ec7371bb59238516648ca4135d92bbc037bf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Sep 2022 18:40:40 +0200

-fix typo

Diffstat:
Mpackages/bank/src/pages/home/index.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx b/packages/bank/src/pages/home/index.tsx @@ -12,7 +12,7 @@ import talerLogo from '../../assets/logo-white.svg'; import { LangSelectorLikePy as LangSelector } from '../../components/menu/LangSelector'; // Uncomment to allow test runs: -const __LIBEUFIN_UI_ALLOW_REGISTRATIONS__ = window.__LIBEUFIN_UI_ALLOW_REGISTRATIONS ?? 1; +const __LIBEUFIN_UI_ALLOW_REGISTRATIONS__ = window.__LIBEUFIN_UI_ALLOW_REGISTRATIONS__ ?? 1; const __LIBEUFIN_UI_IS_DEMO__ = window.__LIBEUFIN_UI_IS_DEMO__ ?? 0; const __LIBEUFIN_UI_BANK_NAME__ = window.__LIBEUFIN_UI_BANK_NAME__ ?? 'Taler Bank';