fix representation of clapped percentage
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
3d5340e49a
commit
86291f933b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -126,7 +126,7 @@ const Bridge = ({ chainId, address, config, connect }) => {
|
|||||||
const applauseThreshold = useApplauseThreshold();
|
const applauseThreshold = useApplauseThreshold();
|
||||||
const evmNetwork = useEvmNetwork({ evmChainId: chainId });
|
const evmNetwork = useEvmNetwork({ evmChainId: chainId });
|
||||||
const totalStakedAmount = useErasTotalStake({
|
const totalStakedAmount = useErasTotalStake({
|
||||||
eraIndex: eraIndex?.index ?? 0,
|
epochIndex: eraIndex?.index ?? 0,
|
||||||
});
|
});
|
||||||
const authorities = useAuthorities({
|
const authorities = useAuthorities({
|
||||||
currentSession: watchTransaction?.sessionIndex ?? currentSession
|
currentSession: watchTransaction?.sessionIndex ?? currentSession
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user