From 689fcbcff88b0b526701f656111d98b4abef3f03 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 26 Apr 2023 19:38:59 -0500 Subject: [PATCH] fix loading spinner for activity items --- src/components/Activity.tsx | 6 +++--- src/components/layout/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Activity.tsx b/src/components/Activity.tsx index 26a64b0..5e21f5b 100644 --- a/src/components/Activity.tsx +++ b/src/components/Activity.tsx @@ -150,7 +150,7 @@ export function Activity() { - + No transactions (empty state) @@ -167,7 +167,7 @@ export function Activity() { - + No invoices (empty state) @@ -184,7 +184,7 @@ export function Activity() { - + No utxos (empty state) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 7fa2586..9afa276 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -75,8 +75,8 @@ const NodeManagerGuard: ParentComponent = (props) => { ) } -const LoadingSpinner = (props: { big?: boolean }) => { - return (
+const LoadingSpinner = (props: { big?: boolean, wide?: boolean }) => { + return (