Skip to content

Commit

Permalink
chore: fix halving route
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Oct 10, 2023
1 parent bd30df6 commit 66580dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const routes: RouteProps[] = [
},
{
path: '/halving',
exact: true,
comp: Halving,
component: Halving,
},
{
path: '/block/list',
Expand Down

0 comments on commit 66580dd

Please sign in to comment.