From 92abf042da86513e7dc25bca78063f8424368077 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 24 Mar 2018 10:39:03 -0500 Subject: [PATCH] add Subscribe back to details if on xs --- src/FilterLists.Web/ClientApp/components/ListDetails.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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