From 05adb178082542615a932cb2d0bf0bc7173be835 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20Or=C5=82=C3=B3w?= <adrian.orlow@fishbrain.com>
Date: Thu, 11 Apr 2024 15:35:40 +0200
Subject: [PATCH] feat: add summary overlay should list named elements

---
 .../Drawer/BioEntityDrawer/BioEntityDrawer.component.test.tsx   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.test.tsx b/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.test.tsx
index 241a394a..b2fad199 100644
--- a/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.test.tsx
+++ b/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.test.tsx
@@ -219,7 +219,7 @@ describe('BioEntityDrawer - component', () => {
 
       expect(screen.getByTestId('associated-submap')).toBeInTheDocument();
     });
-    
+
     it('should display chemicals list header', () => {
       renderComponent({
         bioEntity: {
-- 
GitLab