fix: plan summary not refreshing after purchase
This commit is contained in:
@@ -15,6 +15,7 @@ export function useNetworkUsage(networkId: string | undefined) {
|
|||||||
// so users land on fresh quota state without listener wiring.
|
// so users land on fresh quota state without listener wiring.
|
||||||
refetchOnMount: "always",
|
refetchOnMount: "always",
|
||||||
refetchOnWindowFocus: true,
|
refetchOnWindowFocus: true,
|
||||||
|
refetchInterval: 10000
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user