Skip to content

Commit

Permalink
Add note about why we only removed navigation and not all the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Aug 2, 2023
1 parent c20add7 commit 9a66aeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/UserSidebar/UserSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const navLinks = [{
to: '/settings/profile',
Icon: MyProfileIcon,
iconClassName: 'fill',
// NOTE - we have removed the ability to update profiles in Connect to
// force everyone to use the new profiles app. There is still the *code*
// to update the profiles in Connect, but we have removed navigation to it
// TODO: Remove all the profile update code, views, services etc...
// https://topcoder.atlassian.net/browse/MP-294?focusedCommentId=57460
children: [
{
label: 'NOTIFICATION SETTINGS',
Expand Down

0 comments on commit 9a66aeb

Please sign in to comment.