Skip to content

Commit fc2925b

Browse files
committed
CCM-11390 Remove status footnote from waiting for proof
1 parent 09b3f60 commit fc2925b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

frontend/src/__tests__/components/organisms/__snapshots__/PreviewLetterTemplate.test.tsx.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,11 +1371,6 @@ exports[`PreviewLetterTemplate component matches snapshot when template status i
13711371
>
13721372
Waiting for proof
13731373
</strong>
1374-
<small
1375-
class="preview__statusnote nhsuk-body-s nhsuk-u-margin-top-2 nhsuk-u-secondary-text-color"
1376-
>
1377-
Refresh the page to update the status
1378-
</small>
13791374
</dd>
13801375
</div>
13811376
<div

frontend/src/content/content.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ const previewSMSTemplate = {
323323
const previewTemplateStatusFootnote: Partial<Record<TemplateStatus, string>> = {
324324
PENDING_UPLOAD: 'Refresh the page to update the status',
325325
PENDING_VALIDATION: 'Refresh the page to update the status',
326-
WAITING_FOR_PROOF: 'Refresh the page to update the status',
327326
};
328327

329328
const previewTemplateDetails = {

0 commit comments

Comments
 (0)