Subscription implementation complete, Renewal system implemented
This commit is contained in:
@@ -71,7 +71,7 @@ const InitialRouteHandler: React.FC = () => {
|
||||
});
|
||||
}
|
||||
});
|
||||
}, [checkSubscription]);
|
||||
}, []); // Remove checkSubscription dependency to prevent loop
|
||||
|
||||
// Initialize onboarding only after subscription is confirmed
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user