Fixed PlanType typo

This commit is contained in:
Conor Webb 2024-09-11 10:01:20 +01:00
parent 793f8a7ca7
commit 8a5d0560eb
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
return ( return (
subType === Constants.PlanType.ENTERPRISE || subType === Constants.PlanType.ENTERPRISE ||
subType === Constants.PlanType.ENTERPRISE_BASIC || subType === Constants.PlanType.ENTERPRISE_BASIC ||
subType === Constants.PlanType.ENTERPRISE_BASIC_trial subType === Constants.PlanType.ENTERPRISE_BASIC_TRIAL
) )
} }
</script> </script>