Update index.tsx

This commit is contained in:
Pico2x 2022-10-03 13:45:38 +01:00
parent 06571a3657
commit 1f7b9174b3

View File

@ -237,6 +237,10 @@ export default function GroupPage(props: {
)
const tabs = [
{
title: 'Overview',
content: overviewPage,
},
{
title: 'Markets',
content: questionsTab,
@ -249,10 +253,6 @@ export default function GroupPage(props: {
title: 'Posts',
content: postsPage,
},
{
title: 'Overview',
content: overviewPage,
},
]
return (