Skip to content

Commit 947915e

Browse files
committed
Merge branch '11.0'
2 parents 08485cf + 84425e7 commit 947915e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/reports/Common.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import PlayForWorkIcon from "@material-ui/icons/PlayForWork";
2-
import ExploreIcon from "@material-ui/icons/Explore";
32

43
export const reportSideBarOptions = [
54
{ href: "#/export", name: "Longitudinal Export", Icon: PlayForWorkIcon },
6-
{ href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon },
5+
{ href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon }
76
// { href: "#/cannedreports", name: "Canned Reports", Icon: AssessmentIcon },
8-
{ href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
7+
// { href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
98
];

0 commit comments

Comments
 (0)