Update index.tsx
This commit is contained in:
parent
06571a3657
commit
1f7b9174b3
|
@ -237,6 +237,10 @@ export default function GroupPage(props: {
|
||||||
)
|
)
|
||||||
|
|
||||||
const tabs = [
|
const tabs = [
|
||||||
|
{
|
||||||
|
title: 'Overview',
|
||||||
|
content: overviewPage,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Markets',
|
title: 'Markets',
|
||||||
content: questionsTab,
|
content: questionsTab,
|
||||||
|
@ -249,10 +253,6 @@ export default function GroupPage(props: {
|
||||||
title: 'Posts',
|
title: 'Posts',
|
||||||
content: postsPage,
|
content: postsPage,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Overview',
|
|
||||||
content: overviewPage,
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user