Skip to content

Commit a929caf

Browse files
author
vikasrohit
authored
Hotfix/enabling reports (#3794)
* Enabling Reports tab
1 parent 32cc1e9 commit a929caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/projectHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import ScopeIcon from '../assets/icons/text-16px_list-bullet.svg'
1717
import DashboardIcon from '../assets/icons/v.2.5/icon-dashboard.svg'
1818
import MessagesIcon from '../assets/icons/v.2.5/icon-messages.svg'
19-
// import ReportsIcon from '../assets/icons/v.2.5/icon-reports.svg'
19+
import ReportsIcon from '../assets/icons/v.2.5/icon-reports.svg'
2020
import AssetsLibraryIcon from '../assets/icons/v.2.5/icon-assets-library.svg'
2121
import InvisibleIcon from '../assets/icons/invisible.svg'
2222

@@ -280,7 +280,7 @@ export function getProjectNavLinks(project, projectId) {
280280
messagesTab,
281281
{ label: 'Scope', to: `/projects/${projectId}/scope`, Icon: ScopeIcon, iconClassName: 'fill' },
282282
// Commented out till it needs to go live.
283-
// { label: 'Reports', to: `/projects/${projectId}/reports`, Icon: ReportsIcon, iconClassName: 'stroke' },
283+
{ label: 'Reports', to: `/projects/${projectId}/reports`, Icon: ReportsIcon, iconClassName: 'stroke' },
284284
{ label: 'Assets Library', to: `/projects/${projectId}/assets`, Icon: AssetsLibraryIcon, iconClassName: 'stroke' },
285285
] : [
286286
{ label: 'Dashboard', to: `/projects/${projectId}`, Icon: DashboardIcon, iconClassName: 'stroke' },

0 commit comments

Comments
 (0)