From e91c122fe7f6a588fee626e29d8c67da0273944b Mon Sep 17 00:00:00 2001 From: Andrea Petrucci Date: Wed, 22 Nov 2023 14:53:07 +0100 Subject: [PATCH] alignment correction --- .../src/components/InformationDrawer/InformationDrawer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/components/InformationDrawer/InformationDrawer.tsx b/webapp/src/components/InformationDrawer/InformationDrawer.tsx index 0a01406c..7c163de4 100644 --- a/webapp/src/components/InformationDrawer/InformationDrawer.tsx +++ b/webapp/src/components/InformationDrawer/InformationDrawer.tsx @@ -68,12 +68,12 @@ export const InformationDrawer: React.FC<{ > {description ? description.name : ''} - - + + {description.tags ? description.tags.map((tag: any, index: number) => { return ( - +