You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the work to convert the Learner Dashboard Header to use the common Frontend Component Header repo, there were some components and hooks that were accidentally left behind and can be removed.
BrandLogo.jsx is not being used anymore in the Header
React hooksuseIsCollapsed, findCoursesNavDropdownClicked, and useLearnerDashboardHeaderData aren't being used anymore.
In addition to removing these lines, you'll also need to run npm run snapshot in order to update any Jest tests before pushing it up.
The text was updated successfully, but these errors were encountered:
During the work to convert the Learner Dashboard Header to use the common Frontend Component Header repo, there were some components and hooks that were accidentally left behind and can be removed.
useIsCollapsed
,findCoursesNavDropdownClicked
, anduseLearnerDashboardHeaderData
aren't being used anymore.In addition to removing these lines, you'll also need to run
npm run snapshot
in order to update any Jest tests before pushing it up.The text was updated successfully, but these errors were encountered: