diff --git a/explorer-v2/src/components/staking/SubHeaderRowActions.tsx b/explorer-v2/src/components/staking/SubHeaderRowActions.tsx index e7c173424e..3f5d9c3a9e 100644 --- a/explorer-v2/src/components/staking/SubHeaderRowActions.tsx +++ b/explorer-v2/src/components/staking/SubHeaderRowActions.tsx @@ -34,8 +34,7 @@ const SubHeaderRowActions = () => { }); const { address, nymClient } = useNymClient(); - const { getSigningCosmWasmClient, getOfflineSigner } = - useChain(COSMOS_KIT_USE_CHAIN); + const { getOfflineSigner } = useChain(COSMOS_KIT_USE_CHAIN); const queryClient = useQueryClient();