diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx
index bcbb395e..fde75607 100644
--- a/web/components/user-page.tsx
+++ b/web/components/user-page.tsx
@@ -190,6 +190,16 @@ export function UserPage(props: { user: User }) {
currentPageForAnalytics={'profile'}
labelClassName={'pb-2 pt-1 sm:pt-4 '}
tabs={[
+ {
+ title: 'Markets',
+ tabIcon: ,
+ content: (
+ <>
+
+
+ >
+ ),
+ },
{
title: 'Portfolio',
tabIcon: ,
@@ -202,16 +212,6 @@ export function UserPage(props: { user: User }) {
>
),
},
- {
- title: 'Markets',
- tabIcon: ,
- content: (
- <>
-
-
- >
- ),
- },
{
title: 'Comments',
tabIcon: ,