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", "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",

View File

@ -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