diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index fe0a148a5..fd7ead540 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -114,7 +114,7 @@ function RuleCount(props: any) { function DiscontinuedDate(props: any) { return props.date ?
Discontinued: {moment(props.date).format("MMM. D YYYY")}
+Discontinued: {moment(props.date).format("MMM D Y")}
Updated: {moment(props.date).format("MMM. D YYYY")}
+Updated: {moment(props.date).format("MMM D Y")}
Published: {moment(props.date).format("MMM. D YYYY")}
+Published: {moment(props.date).format("MMM D Y")}