From 664f89aeecdcbd1331cda5a0fa699305e7b4a1cf Mon Sep 17 00:00:00 2001 From: atyabbin Date: Fri, 19 Jul 2024 13:14:54 +0530 Subject: [PATCH] Changes in App.tsx --- infra/staff/src/App.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/infra/staff/src/App.tsx b/infra/staff/src/App.tsx index 746a1bec7f..a3c4761f3e 100644 --- a/infra/staff/src/App.tsx +++ b/infra/staff/src/App.tsx @@ -270,8 +270,9 @@ const App: React.FC = () => {
{loading ? ( - - + ) : error ? (
{error}
) : fetchSuccess ? ( @@ -334,8 +335,11 @@ const App: React.FC = () => { ) : ( - duckie - + duckie )}