From c9606f1663fdbedc18399b20fba24fd2dfa86fba Mon Sep 17 00:00:00 2001 From: Bryttanie House Date: Thu, 24 Oct 2024 12:09:10 -0400 Subject: [PATCH] format dates in review step --- .../CreateImageWizard/steps/Review/ReviewStepTextLists.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx index 8798948456..a4cb622c41 100644 --- a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx @@ -498,7 +498,9 @@ export const ContentList = ({ headerContent={ useLatest ? 'Repositories as of today' - : `Repositories as of ${snapshotDate}` + : `Repositories as of ${yyyyMMddFormat( + new Date(snapshotDate) + )}` } hasAutoWidth minWidth="60rem"