Fix url link to fold page tab: markets and leaderboard
This commit is contained in:
parent
708773e9a6
commit
8ccf834724
|
@ -248,6 +248,7 @@ export default function FoldPage(props: {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
|
defaultIndex={page === 'leaderboards' ? 2 : page === 'markets' ? 1 : 0}
|
||||||
tabs={[
|
tabs={[
|
||||||
{
|
{
|
||||||
title: 'Activity',
|
title: 'Activity',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user