Skip to content

Commit

Permalink
switch account details tabs priority
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Dec 18, 2024
1 parent 95b7106 commit 6b248f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions explorer/src/components/Consensus/Account/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ export const Account: FC = () => {
<AccountRewardsHistory isDesktop={isDesktop} rewards={rewards} />
</div>
<PageTabs isDesktop={isDesktop}>
<Tab title='Balance History'>
<BalanceHistory accountId={accountId} />
</Tab>
<Tab title='Extrinsic List'>
<AccountExtrinsicList accountId={accountId} />
</Tab>
<Tab title='Transfers'>
<AccountTransfersList accountId={accountId} />
</Tab>
<Tab title='Balance History'>
<BalanceHistory accountId={accountId} />
</Tab>
</PageTabs>
</>
) : (
Expand Down

0 comments on commit 6b248f1

Please sign in to comment.