Fixed PlanType typo
This commit is contained in:
parent
793f8a7ca7
commit
8a5d0560eb
|
@ -123,7 +123,7 @@
|
|||
return (
|
||||
subType === Constants.PlanType.ENTERPRISE ||
|
||||
subType === Constants.PlanType.ENTERPRISE_BASIC ||
|
||||
subType === Constants.PlanType.ENTERPRISE_BASIC_trial
|
||||
subType === Constants.PlanType.ENTERPRISE_BASIC_TRIAL
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue