diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 2ecfee11..fa5466ae 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -392,7 +392,7 @@ function FavoritesSection({ entries, selection, onSelect, onSelectNote, onReorde {!collapsed && ( -
+
{favorites.map((entry) => { const isActive = isSelectionActive(selection, { kind: 'entity', entry }) return (