Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Nov 6, 2024
1 parent 719be34 commit 13992ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/wallet/hooks/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function useCosmosDisconnectFn(): () => Promise<void> {
}

export function useCosmosActiveChain(): ActiveChainInfo {
return useMemo(() => ({} as ActiveChainInfo), []);
return useMemo(() => ({}) as ActiveChainInfo, []);
}

export function useCosmosTransactionFns(): ChainTransactionFns {
Expand Down

0 comments on commit 13992ac

Please sign in to comment.