This commit is contained in:
JeevaRamanathan 2024-10-04 03:42:37 +05:30
parent 8d48b071ad
commit 205ae034c3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const BillingComponent = () => {
}, []);
const load = useCallback(async (path: string) => {
// return await (await fetch(path)).json();
return await (await fetch(path)).json();
}, []);
const { isLoading: isLoadingTier, data: tiers } = useSWR(