Skip to content

Commit

Permalink
disabled stake route for now
Browse files Browse the repository at this point in the history
  • Loading branch information
superbeefyboy committed Feb 3, 2021
1 parent 3b18cbe commit 238ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/stake/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { StakePage } from './';
export default {
path: 'stake',
childRoutes: [
{ path: 'stake', component: StakePage, isIndex: true },
// { path: 'stake', component: StakePage, isIndex: true },
],
};

0 comments on commit 238ccc4

Please sign in to comment.