From 25994687c5f38f6483c964689fbd326c8ad02a5a Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 29 Jun 2019 11:46:08 -0500 Subject: [PATCH] undo ts change from last --- src/FilterLists.Web/ClientApp/Boot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/Boot.tsx b/src/FilterLists.Web/ClientApp/Boot.tsx index 26300832f..b6f2077ca 100644 --- a/src/FilterLists.Web/ClientApp/Boot.tsx +++ b/src/FilterLists.Web/ClientApp/Boot.tsx @@ -6,7 +6,7 @@ import * as RoutesModule from "./Routes"; let routes = RoutesModule.Routes; const renderApp = () => { - const baseUrl = document.getElementsByTagName("base")[0].getAttribute("href"); + const baseUrl = document.getElementsByTagName("base")[0].getAttribute("href")!; ReactDOM.render(