diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index e50cbda24..c8b0b628f 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -38,6 +38,7 @@ function FilterListDetails(props: any) { + @@ -81,6 +82,14 @@ function DiscontinuedDate(props: any) { return props.date ?

Discontinued: {props.date}

: null; } +function SubscribeUrl(props: any) { + return + Subscribe + ; +} + function ViewUrl(props: any) { return View