diff --git a/web/src/components/GroupSection.tsx b/web/src/components/GroupSection.tsx
index 50fc8104..8bd031e8 100644
--- a/web/src/components/GroupSection.tsx
+++ b/web/src/components/GroupSection.tsx
@@ -10,7 +10,7 @@ export const GroupSection: React.FC<{
return (
{
{groupPanels
.filter((panel) => panel.parentId === group.id)
.map((panel) => (
- #
}
- to={`/main/group/${groupId}/${panel.id}`}
- />
+
+ #
}
+ to={`/main/group/${groupId}/${panel.id}`}
+ />
+
))}
))}
diff --git a/web/src/routes/Main/Navbar/GroupNav.tsx b/web/src/routes/Main/Navbar/GroupNav.tsx
index 9848aeeb..ca3cad08 100644
--- a/web/src/routes/Main/Navbar/GroupNav.tsx
+++ b/web/src/routes/Main/Navbar/GroupNav.tsx
@@ -25,18 +25,16 @@ export const GroupNav: React.FC = React.memo(() => {
{Array.isArray(groups) &&
groups.map((group) => (
-
-
-
+
))}
{/* 创建群组 */}