add account loading message

This commit is contained in:
Tyler Shipe 2021-08-24 15:45:59 -04:00
parent d51f4419ba
commit f92eb09ddb
1 changed files with 1 additions and 1 deletions

View File

@ -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()