add account loading message
This commit is contained in:
parent
d51f4419ba
commit
f92eb09ddb
|
@ -97,7 +97,7 @@ export default function useWallet() {
|
|||
})
|
||||
// set connected before fetching data
|
||||
notify({
|
||||
title: 'Connecting wallet...',
|
||||
title: 'Loading account...',
|
||||
type: 'info',
|
||||
})
|
||||
await actions.fetchMangoAccounts()
|
||||
|
|
Loading…
Reference in New Issue