This commit is contained in:
Kenneth Jannette
2024-02-23 05:00:49 -06:00
parent f422468d97
commit aa5cd3a17d
5 changed files with 26 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ const Radio = (props) => {
)}
<div className="radio-name-box"> {`${name}`} </div>
<div className="radio-price-box">
{parentIndex > 2 ? (
{value === "ofCounsel" ? (
<div className="radio-price">
{`$${price[index]["amount"]}/doc`}
</div>