From 66580dd28e1a9cce86ad15a28657b775d691b376 Mon Sep 17 00:00:00 2001 From: painterpuppets Date: Tue, 10 Oct 2023 11:31:12 +0800 Subject: [PATCH] chore: fix halving route --- src/routes/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',