diff --git a/frontend/src/container/SideNav/index.tsx b/frontend/src/container/SideNav/index.tsx
index a398f4c537..e322fcb7e2 100644
--- a/frontend/src/container/SideNav/index.tsx
+++ b/frontend/src/container/SideNav/index.tsx
@@ -107,8 +107,8 @@ function SideNav(): JSX.Element {
{name}
{tags &&
tags.map((e) => (
-
- {e}
+
+ {e}
))}