Skip to content

Commit

Permalink
[governance] Fix 'In Discussion' tab (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr authored Jan 5, 2022
1 parent 4c02cb5 commit f2bf529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/views/GovernancePage/Proposals/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,7 @@ const getProposalsTab = (location) => {
if (pathname.includes("abandoned")) {
return "abandonedVote";
}

// preVote by default
return "preVote";
};

0 comments on commit f2bf529

Please sign in to comment.