Merge pull request #1805 from automatisch/AUT-919

fix: pass current user id to usePlanAndUsage hook
This commit is contained in:
Ali BARIN
2024-04-12 13:06:57 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ export default function usePlanAndUsage(userId) {
return data;
},
enabled: !!userId,
});
return query;