File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
__tests__/components/organisms/__snapshots__ Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -323,7 +323,6 @@ const previewSMSTemplate = {
323323const 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
329328const previewTemplateDetails = {
You can’t perform that action at this time.
0 commit comments