diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 0f033ce3..24d58081 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -203,12 +203,7 @@ export function UserPage(props: { title: 'Markets', content: , tabIcon: ( -
9 ? 'px-1' : 'px-1.5', - 'items-center rounded-full border-2 border-current py-0.5 text-xs' - )} - > +
{usersContracts.length}
), @@ -222,14 +217,7 @@ export function UserPage(props: { /> ), tabIcon: ( -
9 ? 'px-1' : 'px-1.5', - 'items-center rounded-full border-2 border-current py-0.5 text-xs' - )} - > - {usersComments.length} -
+
{usersComments.length}
), }, ]}