Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Nov 14, 2023
1 parent cdd7d19 commit 94d322e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/hooks/common/useManager/useMessageManager.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/hooks/pages/useHeader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function useHeader(): UseHeaderReturn {
})()
}, [account, keepAccountAlive])

const { accountBalance } = appState
const { balance: accountBalance } = appState.account

// @note: wait till account is connected and redirect
const handleConnect = useCallback(async () => {
Expand Down
1 change: 1 addition & 0 deletions src/store/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type AccountConnectAction = {

export type AccountDisconnectAction = {
readonly type: AccountActionType.ACCOUNT_DISCONNECT
payload: undefined
}

export type AccountSetBalanceAction = {
Expand Down

0 comments on commit 94d322e

Please sign in to comment.