Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ export function Header(props) {
<DropdownItem divider className={styles.hideInMobile} />
<DropdownItem
tag={Link}
to="/pr-dashboard/overview"
to="/pr-dashboard/analytics"
className={fontColor}
disabled={headerDisabled}
>
Expand Down
7 changes: 7 additions & 0 deletions src/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,13 @@ export default (
fallback
routePermissions={RoutePermissions.prDashboard}
/>
<ProtectedRoute
path="/pr-dashboard/analytics"
exact
component={PRReviewTeamAnalytics}
fallback
routePermissions={RoutePermissions.prDashboard}
/>
<ProtectedRoute
path="/reports"
exact
Expand Down
Loading