File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/subscription Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function SubscriptionItem(props) {
2121 ) }
2222 { props . priceTerm && < span class = "text-base" > { props . priceTerm } </ span > }
2323 </ p >
24- { props . planName != 'Enterprice ' && featureToggle . isPaymentEnabled && (
24+ { props . planName != 'Enterprise ' && featureToggle . isPaymentEnabled && (
2525 < SubscriptionAction
2626 planType = { props . planType }
2727 upgradeBtnName = { props . upgradeBtnName }
@@ -30,7 +30,7 @@ export function SubscriptionItem(props) {
3030 postActionCallback = { props . postActionCallback }
3131 />
3232 ) }
33- { props . planName == 'Enterprice ' && (
33+ { props . planName == 'Enterprise ' && (
3434 < ContactUsLink upgradeBtnName = { props . upgradeBtnName } />
3535 ) }
3636 { props . includeDesc && (
You can’t perform that action at this time.
0 commit comments