fix representation of clapped percentage

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-03-15 12:20:52 +03:00
parent 3d5340e49a
commit 86291f933b
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ghost-dao-interface",
"private": true,
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -126,7 +126,7 @@ const Bridge = ({ chainId, address, config, connect }) => {
const applauseThreshold = useApplauseThreshold();
const evmNetwork = useEvmNetwork({ evmChainId: chainId });
const totalStakedAmount = useErasTotalStake({
eraIndex: eraIndex?.index ?? 0,
epochIndex: eraIndex?.index ?? 0,
});
const authorities = useAuthorities({
currentSession: watchTransaction?.sessionIndex ?? currentSession