From 66455014e08b229ff4d3ee9071fd7c82225cfcd6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Oct 2023 07:11:18 -0300 Subject: admin ui --- packages/demobank-ui/src/pages/AccountPage/views.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/pages/AccountPage/views.tsx') diff --git a/packages/demobank-ui/src/pages/AccountPage/views.tsx b/packages/demobank-ui/src/pages/AccountPage/views.tsx index 00643ec3e..8fff37624 100644 --- a/packages/demobank-ui/src/pages/AccountPage/views.tsx +++ b/packages/demobank-ui/src/pages/AccountPage/views.tsx @@ -53,7 +53,7 @@ function ShowDemoInfo(): VNode { } -export function ReadyView({ account, limit, goToBusinessAccount, goToConfirmOperation }: State.Ready): VNode<{}> { +export function ReadyView({ account, limit, goToConfirmOperation }: State.Ready): VNode<{}> { return -- cgit v1.2.3