more
This commit is contained in:
@@ -38,8 +38,7 @@ const Radio = (props) => {
|
||||
<div className="radio-name-box"> {`${name}`} </div>
|
||||
<div className="radio-price-box">
|
||||
<div className="radio-price">
|
||||
{" "}
|
||||
{`${price[index]["amount"]}`}{" "}
|
||||
{`$${price[index]["amount"]}`}{" "}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user