Skip to content

Commit

Permalink
Hide flagged proposals from timeline (#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth authored Oct 2, 2023
1 parent 86ccd36 commit 6363079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/TimelineView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ async function getProposals(skip = 0) {
skip,
space_in: spaces,
state: stateFilter.value,
space_verified: verified
space_verified: verified,
flagged: false
}
},
'proposals'
Expand Down

1 comment on commit 6363079

@vercel
Copy link

@vercel vercel bot commented on 6363079 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.