diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 12c41017f..382ef45e1 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -60,8 +60,7 @@ const routes: RouteProps[] = [ }, { path: '/halving', - exact: true, - comp: Halving, + component: Halving, }, { path: '/block/list',