From e9f233bb2bc1fdf160f8cfa0fc526807639bb157 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 31 Aug 2019 20:32:33 -0500 Subject: [PATCH] rm lists from list url path --- src/FilterLists.Web.V2/src/components/ListInfoButton.tsx | 2 +- src/FilterLists.Web.V2/src/components/listsTable/ListDrawer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx b/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx index 13d0abd51..9d49bd744 100644 --- a/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx +++ b/src/FilterLists.Web.V2/src/components/ListInfoButton.tsx @@ -9,7 +9,7 @@ interface Props { }; export const ListInfoButton = (props: RouteComponentProps & Props) => { - const listPath = `/lists/${props.list.id}`; + const listPath = `/${props.list.id}`; return (