diff --git a/src/pages/Pricing/components/Plan/Plan.jsx b/src/pages/Pricing/components/Plan/Plan.jsx index a1c4b31..6ccf8b8 100644 --- a/src/pages/Pricing/components/Plan/Plan.jsx +++ b/src/pages/Pricing/components/Plan/Plan.jsx @@ -24,7 +24,9 @@ export const Plan = ({name, price, features = {}}) => { {value === false ? : } - {value} {key} + + {typeof value === "boolean" ? "" : value} {key} + ))}