diff --git a/apps/client/src/widgets/sidebar/RightPanelContainer.tsx b/apps/client/src/widgets/sidebar/RightPanelContainer.tsx
index 31743a446..498013c1e 100644
--- a/apps/client/src/widgets/sidebar/RightPanelContainer.tsx
+++ b/apps/client/src/widgets/sidebar/RightPanelContainer.tsx
@@ -28,7 +28,7 @@ export default function RightPanelContainer({ customWidgets }: { customWidgets:
const items = (rightPaneVisible ? [
(noteType === "text" || noteType === "doc") && ,
noteType === "text" && highlightsList.length > 0 && ,
- ...customWidgets.map((w) => )
+ ...customWidgets.map((w) => )
] : []).filter(Boolean);
return (