From 7f01cc4c609fa8f2c1969ffe80ae4f32851dbf3a Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Tue, 12 May 2026 21:56:21 +0300 Subject: [PATCH] remove typos Signed-off-by: Uncle Fatso --- package.json | 2 +- src/App.jsx | 2 -- src/hooks/staking/index.js | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 93eb42e..db06114 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.48", + "version": "0.7.49", "type": "module", "scripts": { "dev": "vite", diff --git a/src/App.jsx b/src/App.jsx index b146f1b..dca6759 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -111,8 +111,6 @@ function App() { const { connect, error: errorMessage } = useConnect(); const tryConnectInjected = () => connect({ connector: injected() }); - const bondIndexes = []; - const [wrongNetworkToastId, setWrongNetworkToastId] = useState(null); const [isSidebarExpanded, setIsSidebarExpanded] = useState(false); const [mobileOpen, setMobileOpen] = useState(false); diff --git a/src/hooks/staking/index.js b/src/hooks/staking/index.js index c2de289..abe11df 100644 --- a/src/hooks/staking/index.js +++ b/src/hooks/staking/index.js @@ -302,7 +302,7 @@ export const wrap = async (chainId, account, amount, ghstSymbol) => { } export const ghost = async (chainId, account, receiver, amount) => { - const ars = [receiver, amount]; + const args = [receiver, amount]; const messages = { replacedMsg: "Bridge transaction was replaced. Wait for inclusion please.", successMsg: `Amount successfully bridged! Check tx hash status or wait for slow clap finalization.`,