diff --git a/components/Sidebar/index.tsx b/components/Sidebar/index.tsx
index c548da6a4..d705cf1f4 100644
--- a/components/Sidebar/index.tsx
+++ b/components/Sidebar/index.tsx
@@ -62,7 +62,7 @@ export default function Sidebar({ blocks }: SidebarProps) {
/>
)
case SidebarEnums.blocks.QuickLinks:
- return
+ return
default:
return null