qpp-style 9.8.1 → 9.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@
22
22
  "label": "APM Incentive Payments"
23
23
  },
24
24
  {
25
- "url": "/user/submissions/physician-compare",
25
+ "url": "/user/submissions/doctors-clinicians-preview",
26
26
  "label": "Doctors & Clinicians Preview"
27
27
  },
28
28
  {
@@ -74,4 +74,3 @@
74
74
  ],
75
75
  "viewer": []
76
76
  }
77
-
@@ -2,9 +2,9 @@ const submissionsUrl = '/user/submissions';
2
2
  const dashboardUrl = '/user/dashboard';
3
3
  const manageUrl = '/user/manage-access';
4
4
  const feedbackUrl = `${submissionsUrl}/feedback`;
5
- const physicianCompareUrl = `${submissionsUrl}/physician-compare`;
5
+ const physicianCompareUrl = `${submissionsUrl}/doctors-clinicians-preview`;
6
6
  const reportsPortalUrl = `${submissionsUrl}/reports`;
7
- const facilityBasedPreviewBaseUrl = `${submissionsUrl}/facility-based-preview`
7
+ const facilityBasedPreviewBaseUrl = `${submissionsUrl}/facility-based-preview`;
8
8
 
9
9
  const performanceFeedbackUrl = (performanceYear) => {
10
10
  if (performanceYear) {