This commit is contained in:
Kenneth Jannette
2024-02-01 22:47:22 -06:00
parent 1c2a686e14
commit 27c289ed8c
2 changed files with 3 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ const Radio = (props) => {
<div className="radio-description-box">
{description.map((item, i) => {
const el =
item == "First month free!" ? (
item == "First month free!" && !isUpgrade ? (
<div className="offer-div">
<p className="signup-feat-item-bold">{item}</p>
</div>