Skip to content

Commit

Permalink
added note and link for BB My Goals (#33416)
Browse files Browse the repository at this point in the history
* added note and link for BB My Goals

* updated bb link
  • Loading branch information
KyleCardwell authored Dec 12, 2024
1 parent b99693d commit 9e514dc
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import {
} from '@department-of-veterans-affairs/mhv/exports';
import { formatDateLong } from '@department-of-veterans-affairs/platform-utilities/exports';
import { add, compareAsc } from 'date-fns';
import { mhvUrl } from '~/platform/site-wide/mhv/utilities';
import { isAuthenticatedWithSSOe } from '~/platform/user/authentication/selectors';
import NeedHelpSection from '../components/DownloadRecords/NeedHelpSection';
import ExternalLink from '../components/shared/ExternalLink';
import {
getSelfEnteredAllergies,
getSelfEnteredVitals,
Expand Down Expand Up @@ -36,6 +39,7 @@ const DownloadReportPage = ({ runningUnitTest }) => {
const name = formatName(user.userFullName);
const dob = formatDateLong(user.dob);

const fullState = useSelector(state => state);
const generatingCCD = useSelector(state => state.mr.downloads.generatingCCD);
const ccdError = useSelector(state => state.mr.downloads.error);
const userName = useSelector(state => state.user.profile.userFullName);
Expand Down Expand Up @@ -334,6 +338,18 @@ const DownloadReportPage = ({ runningUnitTest }) => {
>
<va-icon icon="file_download" size={3} /> Download PDF
</button>
<p>
<strong>Note:</strong> Self-entered My Goals are no longer available
on My HealtheVet and not included in this report. To download your
historical goals you can go to the previous version of My
HealtheVet.
</p>

<ExternalLink
href={mhvUrl(isAuthenticatedWithSSOe(fullState), 'va-blue-button')}
text="Go to the previous version of MyHealtheVet to download historical
goals"
/>
</va-accordion-item>
</va-accordion>
<p className="vads-u-margin--0 vads-u-margin-top--2">
Expand Down

0 comments on commit 9e514dc

Please sign in to comment.