Allow dashboard access with active package
This commit is contained in:
@@ -34,7 +34,7 @@ export function resolveOnboardingRedirect({
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!hasEvents && (!hasActivePackage || (remainingEvents !== undefined && remainingEvents !== null && remainingEvents <= 0))) {
|
||||
if (!hasEvents && !hasActivePackage) {
|
||||
return ADMIN_BILLING_PATH;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user