+
+ {tier.up_to === 'inf'
+ ? '2,000,000+'
+ : tier.up_to.toLocaleString()}
+ |
+
+ {index === 0 ? 'included' : formatPrice(pricePerMonth)}
+ |
+
+ {index === proChatTiers.length - 1
+ ? formatPrice(4.42, { maxFractionDigits: 2 })
+ : index === 0
+ ? 'included'
+ : formatPrice(
+ (((pricePerMonth * 100) /
+ ((tier.up_to as number) -
+ (proChatTiers.at(0)?.up_to as number))) *
+ 1000) /
+ 100,
+ { maxFractionDigits: 2 }
+ )}
+ |
+
+ )
+ })}
+