Fix user menu profile link.

This commit is contained in:
Douglas Hall
2019-03-15 07:09:55 -04:00
committed by Douglas Hall
parent 3119df4e83
commit e260a35b18

View File

@@ -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']),
},
{