Fix url link to fold page tab: markets and leaderboard

This commit is contained in:
James Grugett 2022-04-04 13:28:33 -05:00
parent 708773e9a6
commit 8ccf834724

View File

@ -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',