Skip to content

Commit

Permalink
Hide flagged proposals from timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Oct 2, 2023
1 parent 6f8c844 commit 055cd10
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

0 comments on commit 055cd10

Please sign in to comment.