diff --git a/bun.lockb b/bun.lockb index e9a9679..6ef1d66 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0a88a15..fa7200c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@mdx-js/rollup": "^2.3.0", "@mui/icons-material": "^5.14.8", "@mui/material": "^5.14.5", - "@skalenetwork/metaport": "2.0.0-develop.12", + "@skalenetwork/metaport": "2.0.0-develop.13", "@types/react-copy-to-clipboard": "^5.0.4", "@vercel/analytics": "^1.0.2", "eslint-config-prettier": "^9.0.0", diff --git a/src/components/History.tsx b/src/components/History.tsx index 713a1ca..2f38d32 100644 --- a/src/components/History.tsx +++ b/src/components/History.tsx @@ -52,7 +52,7 @@ export default function History() {

- History ({transfersHistory.length + transactionsHistory.length}) + History ({transfersHistory.length + (transactionsHistory.length !== 0 ? 1 : 0)})

SKALE Bridge transfers history