The Favorites navigation section always renders now, but its collapse
chevron stayed visible (and click-to-toggle) even with nothing to expand.
Add an isToggleable prop to NavigationMenuItemSection (default true, so
other sections are unchanged): when false the title shows no chevron and
isn't click-to-toggle. FavoritesSection drives it from the favorites count.