From 8185a34676265a78cc84ef7b4ad84af65aed3f2f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 25 Aug 2019 17:12:43 -0500 Subject: [PATCH] add list title to details drawer --- src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx b/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx index 92ce66130..d1d15f286 100644 --- a/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx +++ b/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx @@ -14,6 +14,7 @@ export const ListDetailsDrawer = (props: RouteComponentProps & Props) => props.history.push("/")}> +

{props.list.name}

; \ No newline at end of file