Fix user menu profile link.
This commit is contained in:
committed by
Douglas Hall
parent
3119df4e83
commit
e260a35b18
@@ -40,7 +40,7 @@ const mapStateToProps = (state, { intl }) => ({
|
||||
},
|
||||
{
|
||||
type: 'item',
|
||||
href: `${process.env.LMS_BASE_URL}/profile`,
|
||||
href: `${process.env.BASE_URL}/u/${state.userAccount.username}`,
|
||||
content: intl.formatMessage(messages['siteheader.user.menu.profile']),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user