Me: Updating password unselects Password nav item #399
Labels
[Feature] User & Account Settings (/me)
Settings and tools for managing your WordPress.com user account.
Good First Issue
Small, contained issues.
Security
[Type] Bug
Milestone
Steps to reproduce:
Looks like this is due to a string comparison:
selected={ tab.path === this.props.path }
in client/me/security-section-nav/index.jsx — and the path expected to mark the nav item as selected is/me/security
— whereas after saving a new password is the path is actually/me/security?updated=password
The text was updated successfully, but these errors were encountered: