From 13992ac9401da53df6fcea829a34aa6a459c486f Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 6 Nov 2024 14:13:51 +0000 Subject: [PATCH] prettier --- src/features/wallet/hooks/cosmos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/wallet/hooks/cosmos.ts b/src/features/wallet/hooks/cosmos.ts index 1f62c32f..c37488e3 100644 --- a/src/features/wallet/hooks/cosmos.ts +++ b/src/features/wallet/hooks/cosmos.ts @@ -69,7 +69,7 @@ export function useCosmosDisconnectFn(): () => Promise { } export function useCosmosActiveChain(): ActiveChainInfo { - return useMemo(() => ({} as ActiveChainInfo), []); + return useMemo(() => ({}) as ActiveChainInfo, []); } export function useCosmosTransactionFns(): ChainTransactionFns {