mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 21:06:21 +03:00
fixed wallet query typo
This commit is contained in:
parent
214747428f
commit
94528147d7
@ -20,7 +20,7 @@ export const useGetAssetsQuery = () => {
|
||||
}
|
||||
},[isRefreshing])
|
||||
|
||||
const query = useQuery([QUERIES.DRAFTS.GET, currentAccount.username], async () => {
|
||||
const query = useQuery([QUERIES.WALLET.GET, currentAccount.username], async () => {
|
||||
await dispatch(fetchAndSetCoinsData(isRefreshing));
|
||||
setIsRefreshing(false);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user