diff --git a/frontend/src/components/TagTreeView.tsx b/frontend/src/components/TagTreeView.tsx index 3a21b56..143a015 100644 --- a/frontend/src/components/TagTreeView.tsx +++ b/frontend/src/components/TagTreeView.tsx @@ -44,13 +44,13 @@ const TagTreeView: React.FC = () => { style={{ paddingLeft: 20 * (level - 1) }} > {isBranch ? ( -
+
- #{element.name} + #{element.name}
) : ( -
- #{element.name} +
+ #{element.name}
)}