fix: plan summary not refreshing after purchase

This commit is contained in:
talksik
2026-04-14 19:04:31 -07:00
parent f987f04ff0
commit 226b284ad2
+1
View File
@@ -15,6 +15,7 @@ export function useNetworkUsage(networkId: string | undefined) {
// so users land on fresh quota state without listener wiring.
refetchOnMount: "always",
refetchOnWindowFocus: true,
refetchInterval: 10000
});
}