diff --git a/frontend/app/layout/data.ts b/frontend/app/layout/data.ts index 50f6beb91..e446c2e9b 100644 --- a/frontend/app/layout/data.ts +++ b/frontend/app/layout/data.ts @@ -74,7 +74,7 @@ export const categories: Category[] = [ items: [ { label: 'Cobrowse', key: MENU.LIVE_SESSIONS, icon: 'broadcast' }, { label: 'Recordings', key: MENU.RECORDINGS, icon: 'record-btn', isEnterprise: true }, - { label: 'Stats', key: MENU.STATS, icon: 'file-bar-graph' }, + { label: 'Stats', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true }, ] }, {