From f171cce58c566f4455e02836f6eb727b6f2d6d9c Mon Sep 17 00:00:00 2001 From: cherif Date: Sun, 12 Feb 2023 16:30:45 +0100 Subject: [PATCH] 12/02/23 - 16h --- src/components/DisplayDetailClass_new_v2.js | 4 ++-- src/components/Formation.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DisplayDetailClass_new_v2.js b/src/components/DisplayDetailClass_new_v2.js index 17ad2e4..ec72dd5 100644 --- a/src/components/DisplayDetailClass_new_v2.js +++ b/src/components/DisplayDetailClass_new_v2.js @@ -1747,7 +1747,7 @@ const DisplayDetailClass_new_v2 = (props) => { {ratingvalue && String(ratingvalue).length === 1 && parseInt(String(ratingvalue)) <= 5 && } @@ -2309,7 +2309,7 @@ const DisplayDetailClass_new_v2 = (props) => { parseInt(String(JSON.parse(formation).note)) <= 5 && } diff --git a/src/components/Formation.js b/src/components/Formation.js index ef75efe..76416d4 100644 --- a/src/components/Formation.js +++ b/src/components/Formation.js @@ -341,7 +341,7 @@ const Formation = (props) => { } {String(props.formation.price).length != 9 && String(props.formation.price) !== String("0") && -
{props.formation.price} €  +
{props.formation.price} € HT 
}