From 15ddb5f32d55b5ae1320a1e8e8a63459e2dd746f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 25 Aug 2019 09:20:50 -0500 Subject: [PATCH] always load logo correctly no matter the route --- src/FilterLists.Web.V2/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index dc88bea5d..fb2e3d3ed 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -28,7 +28,7 @@ export const App: React.FC = () => ; const Logo = (): JSX.Element => - FilterLists logo;