From 3f3d46bfef272743cd432ce91b2297c1d9da9e25 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Mon, 15 Jan 2024 14:23:45 +0800 Subject: [PATCH] Remove useless style --- src/main/webui/src/app/components/content/group/GroupView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webui/src/app/components/content/group/GroupView.jsx b/src/main/webui/src/app/components/content/group/GroupView.jsx index ecb3b0d..e9c6804 100644 --- a/src/main/webui/src/app/components/content/group/GroupView.jsx +++ b/src/main/webui/src/app/components/content/group/GroupView.jsx @@ -93,7 +93,7 @@ export default function GroupView() { store.constituents && store.constituents.length > 0 &&
    { - store.constituents.map(item =>
  1. + store.constituents.map(item =>
  2. {item}
  3. ) }