12/02/23 - 16h

recette2
cherif 2023-02-12 16:30:45 +01:00
parent 055c229c51
commit f171cce58c
2 changed files with 3 additions and 3 deletions

View File

@ -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))}
/>}

View File

@ -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} &nbsp;
<div className="training_price">{props.formation.price} HT&nbsp;
</div>
}