Skip to content

Commit

Permalink
Merge pull request #235 from MickWang/master
Browse files Browse the repository at this point in the history
hide name in vote records for now
  • Loading branch information
MickWang authored Jul 3, 2020
2 parents 4c71dc8 + 8bee1f5 commit f5f3664
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/renderer/components/Node/Vote/Detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ export default {
{ name: this.$t("vote.votingTopics"), path: "/vote/votes" }
];
const columns = [
{
dataIndex: "name",
key: "name",
title: this.$t("vote.name")
},
// {
// dataIndex: "name",
// key: "name",
// title: this.$t("vote.name")
// },
{
dataIndex: "address",
key: "address",
Expand Down

0 comments on commit f5f3664

Please sign in to comment.