From eeea96b98c1dd4972333cf672d248e38811363c0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 20 Dec 2025 11:17:29 +0200 Subject: [PATCH] chore(right_pane): missing key for custom widgets --- apps/client/src/widgets/sidebar/RightPanelContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (