diff --git a/apps/yaak-proxy/components/Sidebar.tsx b/apps/yaak-proxy/components/Sidebar.tsx index 73203536..47241f5f 100644 --- a/apps/yaak-proxy/components/Sidebar.tsx +++ b/apps/yaak-proxy/components/Sidebar.tsx @@ -194,7 +194,7 @@ export function Sidebar() { const tree = useAtomValue(sidebarTreeAtom); const treeId = SIDEBAR_TREE_ID; - const getItemKey = useCallback((item: SidebarItem) => item.id, []); + const getItemKey = useCallback((item: SidebarItem) => `${item.id}:${item.exchangeIds.length}`, []); return (