Removed hardcoded title for single free tier in Portal (#19289)
fixes PROD-68
This commit is contained in:
parent
b84cb87d90
commit
1fb22c8aca
@ -451,11 +451,6 @@ export function getFreeProductBenefits({site}) {
|
||||
|
||||
export function getFreeTierTitle({site}) {
|
||||
const freeProduct = getFreeProduct({site});
|
||||
|
||||
if (freeProduct?.name === 'Free' && hasOnlyFreeProduct({site})) {
|
||||
return 'Free membership';
|
||||
}
|
||||
|
||||
return freeProduct?.name || 'Free';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user