12/02/23 - 16h
parent
055c229c51
commit
f171cce58c
|
@ -1747,7 +1747,7 @@ const DisplayDetailClass_new_v2 = (props) => {
|
|||
{ratingvalue && String(ratingvalue).length === 1 &&
|
||||
parseInt(String(ratingvalue)) <= 5 &&
|
||||
<Rating name="half-rating-reade"
|
||||
|
||||
readOnly={true}
|
||||
precision={0.5}
|
||||
value={ratingvalue}
|
||||
/>}
|
||||
|
@ -2309,7 +2309,7 @@ const DisplayDetailClass_new_v2 = (props) => {
|
|||
parseInt(String(JSON.parse(formation).note)) <= 5 &&
|
||||
|
||||
<Rating name="half-rating-reade"
|
||||
|
||||
readOnly={true}
|
||||
precision={0.5}
|
||||
value={(String(JSON.parse(formation).note))}
|
||||
/>}
|
||||
|
|
|
@ -341,7 +341,7 @@ const Formation = (props) => {
|
|||
}
|
||||
|
||||
{String(props.formation.price).length != 9 && String(props.formation.price) !== String("0") &&
|
||||
<div className="training_price">{props.formation.price} €
|
||||
<div className="training_price">{props.formation.price} € HT
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue