diff --git a/src/components/Layout/Sidebar/index.tsx b/src/components/Layout/Sidebar/index.tsx
index d9f8ffd51..81ebb86c7 100644
--- a/src/components/Layout/Sidebar/index.tsx
+++ b/src/components/Layout/Sidebar/index.tsx
@@ -71,9 +71,7 @@ const SidebarLinks: SidebarLinkProps[] = [
{
href: '/issues',
messagesKey: 'issues',
- svgIcon: (
-
- ),
+ svgIcon: ,
activeRegExp: /^\/issues/,
requiredPermission: [
Permission.MANAGE_ISSUES,