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