diff --git a/src/studio-header/utils.js b/src/studio-header/utils.js index 75597ee5..f734c65c 100644 --- a/src/studio-header/utils.js +++ b/src/studio-header/utils.js @@ -8,7 +8,7 @@ const getUserMenuItems = ({ }) => { let items = [ { - href: `${studioBaseUrl}}`, + href: `${studioBaseUrl}`, title: intl.formatMessage(messages['header.user.menu.studio']), }, { href: `${logoutUrl}`,