FilterDrawer:Default

Build 7802 on 23-06-MA-feat-react-18-round-2
1200px
Reviewing disabled
Baseline History
Build 7802a2feed6 current baseline
Current build. Accepted by Nisal Cottingham with 2 comments.
Build 7801a2feed6
Ancestor build. There were unaccepted changes, so this was not used as a baseline.
Build 6664cf29ac4
Accepted by Tataihono Nikora.
Build 6281f574726
Auto-accepted
Commenting is disabled because there's a newer build on this branch. Go to Build 7839 now
Pinned
1
Ziwei Liu
This shouldn't be highlighted right?
Resolved
Nisal Cottingham
1y ago on build 7802

yeah, see: this code snipped for the component that highlights the Discover icon if no selected Page is detected

 <NavigationListItem
          icon={<ViewCarouselRoundedIcon />}
          label="Discover"
          selected={selectedPage === 'journeys' || selectedPage === ''} 
          link="/"
          tooltipText={journeyTooltip}
        />