From 8660ae7ba37c3e1812bfbbf4bca31bfe3274edcf Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 8 Oct 2020 19:22:09 +0300 Subject: fix: resolve ts errors --- src/containers/Page/Router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/Page/Router.tsx') diff --git a/src/containers/Page/Router.tsx b/src/containers/Page/Router.tsx index 7c3a418..7c74e9a 100644 --- a/src/containers/Page/Router.tsx +++ b/src/containers/Page/Router.tsx @@ -12,7 +12,7 @@ const Home = React.lazy(() => import('../Home/Home')); const Notifications = React.lazy(() => import('../Notifications/Notifications')); export interface LocationState { - background?: Location; + background: Location; } const Router: React.FC = React.memo(() => { -- cgit v1.2.3