Replace - with Unlimited in compare plans table

This commit is contained in:
Tuan Dang
2023-06-27 22:00:13 +07:00
parent 29d50f850b
commit f9d0e0d971

View File

@@ -34,7 +34,7 @@ export const ManagePlansTable = ({
const createCustomerPortalSession = useCreateCustomerPortalSession();
const displayCell = (value: null | number | string | boolean) => {
if (value === null) return "-";
if (value === null) return "Unlimited";
if (typeof value === "boolean") {
if (value) return (