diff --git a/client/src/components/windows/ManageTagsWindow.tsx b/client/src/components/windows/ManageTagsWindow.tsx
index 4daa1a8..db2f00f 100644
--- a/client/src/components/windows/ManageTagsWindow.tsx
+++ b/client/src/components/windows/ManageTagsWindow.tsx
@@ -108,17 +108,19 @@ export function SingleTag(props: {
style={{ opacity: 0.5 }}
>
;
return <>
-
+
{expandArrow}
{props.prependElems}
@@ -176,7 +178,7 @@ export default function ManageTagsWindow(props: IProps) {
width="80%"
>
{tags && tags.length && tags.map((tag: any) => {
- return ;
+ return ;
})}