Skip to content

Commit 29af793

Browse files
Merge pull request #4563 from OneCommunityGlobal/som-fix/broken-pr-analytic-link
som-fix/broken-pr-analytic-link
2 parents cb34056 + f26ee5c commit 29af793

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/components/Header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ export function Header(props) {
760760
<DropdownItem divider className={styles.hideInMobile} />
761761
<DropdownItem
762762
tag={Link}
763-
to="/pr-dashboard/overview"
763+
to="/pr-dashboard/analytics"
764764
className={fontColor}
765765
disabled={headerDisabled}
766766
>

src/routes.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,13 @@ export default (
416416
fallback
417417
routePermissions={RoutePermissions.prDashboard}
418418
/>
419+
<ProtectedRoute
420+
path="/pr-dashboard/analytics"
421+
exact
422+
component={PRReviewTeamAnalytics}
423+
fallback
424+
routePermissions={RoutePermissions.prDashboard}
425+
/>
419426
<ProtectedRoute
420427
path="/reports"
421428
exact

0 commit comments

Comments
 (0)