Update index.tsx
This commit is contained in:
parent
06571a3657
commit
1f7b9174b3
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user