From d3dc7a062574511a35c33cb6d5fff1d814722784 Mon Sep 17 00:00:00 2001 From: Adam Prins Date: Wed, 11 Aug 2021 11:11:05 -0400 Subject: [PATCH 1/2] bold DMARC Graph Legend --- frontend/src/DmarcReportSummaryGraph.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/DmarcReportSummaryGraph.js b/frontend/src/DmarcReportSummaryGraph.js index 0d94287774..d3c59adaa2 100644 --- a/frontend/src/DmarcReportSummaryGraph.js +++ b/frontend/src/DmarcReportSummaryGraph.js @@ -266,6 +266,7 @@ function VerticalGraph({ display="flex" justifyContent="center" fontSize="14px" + fontWeight="bold" > Date: Wed, 11 Aug 2021 11:25:48 -0400 Subject: [PATCH 2/2] Update mocker.js --- frontend/mocking/mocker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/mocking/mocker.js b/frontend/mocking/mocker.js index 0ddc9ee944..125e38e9d3 100644 --- a/frontend/mocking/mocker.js +++ b/frontend/mocking/mocker.js @@ -64,6 +64,7 @@ const mockOverrides = { edges: [...new Array(affiliationCount)], totalCount: affiliationCount, }, + emailValidated: true, preferredLang: 'ENGLISH', } },