diff --git a/src/studio-header/utils.js b/src/studio-header/utils.js index 904945abf..f734c65c7 100644 --- a/src/studio-header/utils.js +++ b/src/studio-header/utils.js @@ -18,7 +18,7 @@ const getUserMenuItems = ({ if (isAdmin) { items = [ { - href: `${studioBaseUrl}}`, + href: `${studioBaseUrl}`, title: intl.formatMessage(messages['header.user.menu.studio']), }, { href: `${studioBaseUrl}/maintenance`,