Skip to content

Commit 8303429

Browse files
author
Lucas Araujo
committed
Revert "[DDW-796] Enable voting in all env for testing only"
This reverts commit 454c7e1.
1 parent ad1734a commit 8303429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/stores/SidebarStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class SidebarStore extends Store {
8181
[categories.STAKING_DELEGATION_COUNTDOWN.name]: false,
8282
[categories.STAKING.name]: true,
8383
[categories.SETTINGS.name]: true,
84-
[categories.VOTING.name]: true,
84+
[categories.VOTING.name]: isMainnet || isDev,
8585
[categories.NETWORK_INFO.name]: isFlight,
8686
};
8787

0 commit comments

Comments
 (0)