From 93dc9b947ffc2bcbc8053c05c31850288bf1a22c Mon Sep 17 00:00:00 2001
From: Sebastian
Date: Wed, 7 Dec 2022 11:39:57 -0300
Subject: no-fix: removing unused showPublicHistories
---
packages/demobank-ui/src/pages/home/BankFrame.tsx | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
(limited to 'packages/demobank-ui/src/pages/home/BankFrame.tsx')
diff --git a/packages/demobank-ui/src/pages/home/BankFrame.tsx b/packages/demobank-ui/src/pages/home/BankFrame.tsx
index 9b4bc4567..2d405e58c 100644
--- a/packages/demobank-ui/src/pages/home/BankFrame.tsx
+++ b/packages/demobank-ui/src/pages/home/BankFrame.tsx
@@ -75,13 +75,7 @@ export function BankFrame(Props: any): VNode {
This part of the demo shows how a bank that supports Taler
directly would work. In addition to using your own bank account,
you can also see the transaction history of some{" "}
-
- Public Accounts
-
- .
+ Public Accounts.
,
)}
@@ -134,17 +128,6 @@ function maybeDemoContent(content: VNode): VNode {
return ;
}
-/**
- * Bring the state to show the public accounts page.
- */
-function goPublicAccounts(pageStateSetter: StateUpdater) {
- return () =>
- pageStateSetter((prevState) => ({
- ...prevState,
- showPublicHistories: true,
- }));
-}
-
function ErrorBanner(Props: any): VNode | null {
const [pageState, pageStateSetter] = Props.pageState;
// const { i18n } = useTranslationContext();
--
cgit v1.2.3