diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b60d1d7e9..a624350a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added compatibility to Gaia/SDK version 0.28.0-rc2 @faboweb - [\#1673](https://github.com/cosmos/voyager/issues/1673) Documentation and single command to run one or all tests with fallback for end to end test @sabau - [\#1683](https://github.com/cosmos/voyager/issues/1683) Governance: block voting twice for the same option @sabau +- [\#1748](https://github.com/cosmos/voyager/issues/1748) display governance parameters on tab @fedekunze - [\#1660](https://github.com/cosmos/voyager/issues/1660) Add parameters and pool to store @fedekunze ### Changed diff --git a/app/src/renderer/components/governance/PageGovernance.vue b/app/src/renderer/components/governance/PageGovernance.vue index 9ab8faa685..b79c9335f2 100644 --- a/app/src/renderer/components/governance/PageGovernance.vue +++ b/app/src/renderer/components/governance/PageGovernance.vue @@ -54,12 +54,11 @@ export default { { displayName: `Proposals`, pathName: `Proposals` + }, + { + displayName: `Parameters`, + pathName: `Governance Parameters` } - // TODO uncomment when updated to latest SDK - // { - // displayName: `Parameters`, - // pathName: `Governance Parameters` - // } ], showModalPropose: false }), diff --git a/test/unit/specs/components/governance/__snapshots__/PageGovernance.spec.js.snap b/test/unit/specs/components/governance/__snapshots__/PageGovernance.spec.js.snap index 0da7c4bac5..480cd7bd27 100644 --- a/test/unit/specs/components/governance/__snapshots__/PageGovernance.spec.js.snap +++ b/test/unit/specs/components/governance/__snapshots__/PageGovernance.spec.js.snap @@ -42,6 +42,9 @@ exports[`PageGovernance disables proposal creation if not connected 1`] = `
+