diff --git a/client/packages/portal-core/src/portal-actions/portal-actions-config.tsx b/client/packages/portal-core/src/portal-actions/portal-actions-config.tsx index b3cb09d1a..3a1c8e560 100644 --- a/client/packages/portal-core/src/portal-actions/portal-actions-config.tsx +++ b/client/packages/portal-core/src/portal-actions/portal-actions-config.tsx @@ -1,4 +1,4 @@ -import { Bookmarks, FullscreenIcon, Notification, Task } from '@equinor/portal-ui'; +import { Bookmarks, FullscreenIcon, MyAccount, Notification, Task } from '@equinor/portal-ui'; import { ServiceMessageIcon, ServiceMessages, ServiceMessageTooltip } from '@equinor/service-message'; import { NotificationBell } from '@equinor/notification'; @@ -14,14 +14,14 @@ export const actions: PortalAction[] = [ onClick: handleFullscreenClick, topParOnly: true, }, - // { - // actionId: 'my-account', - // name: 'My Account', - // color: '#258800', - // icon: 'account_circle', - // component: MyAccount, - // dropDownOnly: true, - // }, + { + actionId: 'my-account', + name: 'My Account', + color: '#258800', + icon: 'account_circle', + component: MyAccount, + dropDownOnly: true, + }, { actionId: 'bookmarks', name: 'Bookmarks',