forked from cerc-io/cosmos-explorer
filter community pool
This commit is contained in:
parent
2f240f34bf
commit
8876a12aef
@ -168,7 +168,7 @@ export const useIndexModule = defineStore('module-index', {
|
|||||||
title: 'Community Pool',
|
title: 'Community Pool',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
icon: 'mdi-bank',
|
icon: 'mdi-bank',
|
||||||
stats: formatter.formatTokens(this.communityPool),
|
stats: formatter.formatTokens(this.communityPool?.filter(x => x.denom === staking.params.bond_denom)),
|
||||||
change: 0,
|
change: 0,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user