diff --git a/src/studio-header/utils.js b/src/studio-header/utils.js index c4b36589c..904945abf 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}`,