Skip to content

Commit

Permalink
fix: disable proposals filter (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiirun authored Jan 10, 2025
1 parent ff988f0 commit 1af99f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/space/[id]/governance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export default async function GovernancePage({ params, searchParams }: Props) {
</div>
</GovernanceMetadataBox>
</div>
<SmallButton variant="secondary" icon={<ChevronDownSmall />}>
{/* <SmallButton variant="secondary" icon={<ChevronDownSmall />}>
All Proposals
</SmallButton>
</SmallButton> */}
<React.Suspense fallback="Loading initial...">
<GovernanceProposalsList page={0} spaceId={params.id} />
</React.Suspense>
Expand Down

0 comments on commit 1af99f3

Please sign in to comment.