@@ -16,7 +16,7 @@ import {
1616import ScopeIcon from '../assets/icons/text-16px_list-bullet.svg'
1717import DashboardIcon from '../assets/icons/v.2.5/icon-dashboard.svg'
1818import 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'
2020import AssetsLibraryIcon from '../assets/icons/v.2.5/icon-assets-library.svg'
2121import 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