diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index fd7ead540..d82bd8bf0 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 Y")}
+Discontinued: {moment(props.date).format("MMM D, Y")}
Updated: {moment(props.date).format("MMM D Y")}
+Updated: {moment(props.date).format("MMM D, Y")}
Published: {moment(props.date).format("MMM D Y")}
+Published: {moment(props.date).format("MMM D, Y")}