From 6c024a5f4c021fb50d021b51782a23b7efb884c7 Mon Sep 17 00:00:00 2001 From: Mat Busby <83598933+matbusby-fw@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:34:24 -0700 Subject: [PATCH] [MDS-5654] - fixed typo in CRR table (#2840) * fixed type in CRR table * update reports.tsx snap --- .../src/components/dashboard/mine/reports/Reports.tsx | 2 +- .../dashboard/mine/reports/__snapshots__/Reports.spec.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/minespace-web/src/components/dashboard/mine/reports/Reports.tsx b/services/minespace-web/src/components/dashboard/mine/reports/Reports.tsx index 42a1807844..d9cc4d976b 100644 --- a/services/minespace-web/src/components/dashboard/mine/reports/Reports.tsx +++ b/services/minespace-web/src/components/dashboard/mine/reports/Reports.tsx @@ -137,7 +137,7 @@ export const Reports: FC = ({ mine, ...props }) => { This table shows reports from the Health, Safety and Reclamation code that your mine - has submitted to the cMinistry. It also shows reports the Ministry has requested from + has submitted to the Ministry. It also shows reports the Ministry has requested from your mine. If you do not see an HSRC report that your mine must submit, click Submit Report, choose the report you need to send and then attach the file or files. diff --git a/services/minespace-web/src/tests/components/dashboard/mine/reports/__snapshots__/Reports.spec.tsx.snap b/services/minespace-web/src/tests/components/dashboard/mine/reports/__snapshots__/Reports.spec.tsx.snap index edf729c938..e35766b242 100644 --- a/services/minespace-web/src/tests/components/dashboard/mine/reports/__snapshots__/Reports.spec.tsx.snap +++ b/services/minespace-web/src/tests/components/dashboard/mine/reports/__snapshots__/Reports.spec.tsx.snap @@ -26,7 +26,7 @@ exports[`Reports renders properly 1`] = `
- This table shows reports from the Health, Safety and Reclamation code that your mine has submitted to the cMinistry. It also shows reports the Ministry has requested from your mine. If you do not see an HSRC report that your mine must submit, click Submit Report, choose the report you need to send and then attach the file or files. + This table shows reports from the Health, Safety and Reclamation code that your mine has submitted to the Ministry. It also shows reports the Ministry has requested from your mine. If you do not see an HSRC report that your mine must submit, click Submit Report, choose the report you need to send and then attach the file or files.