From 0789af1da3a4d18ccc364df0b67aa242deba1f71 Mon Sep 17 00:00:00 2001
From: Ian Galpin <ian.galpin@geant.org>
Date: Tue, 6 Dec 2022 13:54:51 +0000
Subject: [PATCH] Remove typo character

---
 webapp/src/pages/DataAnalysis.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/src/pages/DataAnalysis.tsx b/webapp/src/pages/DataAnalysis.tsx
index b3116f37..e30214ad 100644
--- a/webapp/src/pages/DataAnalysis.tsx
+++ b/webapp/src/pages/DataAnalysis.tsx
@@ -145,7 +145,7 @@ const barResponse: BudgetMatrix = budgetResponse !== undefined ? budgetResponse
                         <Accordion defaultActiveKey="0">
                             <Accordion.Item eventKey="0">
                                 <Accordion.Header>Items</Accordion.Header>
-                                <Accordion.Body>x
+                                <Accordion.Body>
                                     <ListGroup>
                                         {
                                             dataEntrySection?.items.map((item) => (
-- 
GitLab