Skip to content

Commit 1d10b8e

Browse files
committed
chore: show total dRep votes for all governance actions on full governance
1 parent 88908ec commit 1d10b8e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/govtool-frontend/playwright/lib/helpers/featureFlag.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ export const areDRepVoteTotalsDisplayed = async (proposal: IProposal) => {
1818
);
1919
}
2020

21-
return ![
22-
GovernanceActionType.NoConfidence,
23-
GovernanceActionType.NewCommittee,
24-
GovernanceActionType.UpdatetotheConstitution,
25-
].includes(proposal.type as GovernanceActionType);
21+
return true;
2622
};
2723

2824
export const areSPOVoteTotalsDisplayed = async (proposal: IProposal) => {

0 commit comments

Comments
 (0)