display score user
This commit is contained in:
@@ -7,3 +7,10 @@ export const useGetMyCoupons = () => {
|
||||
queryFn: api.getMyCoupons,
|
||||
});
|
||||
};
|
||||
|
||||
export const useGetUserWallet = () => {
|
||||
return useQuery({
|
||||
queryKey: ["user-wallet"],
|
||||
queryFn: api.getUserWallet,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user