From fb47df3018996301011f4869218f82903933a8e7 Mon Sep 17 00:00:00 2001
From: marino <102478601+kemuru@users.noreply.github.com>
Date: Wed, 31 May 2023 14:42:53 +0100
Subject: [PATCH] fix(web): reset expanded accordion across pages
---
veascan-web/src/App.tsx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/veascan-web/src/App.tsx b/veascan-web/src/App.tsx
index f997f74b..1c7722f0 100644
--- a/veascan-web/src/App.tsx
+++ b/veascan-web/src/App.tsx
@@ -50,7 +50,10 @@ const App = () => {
{data ? (
<>
-
+