diff --git a/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx b/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx index 6e1ce60da..388d1eac3 100644 --- a/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx +++ b/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx @@ -46,9 +46,11 @@ export default async function CurrentBenefitsBlock({ > <span className={styles.titleValue}>{benefit.value}</span> - <span className={styles.titleExplanation}> - {benefit.explaination ? ` ${benefit.explaination}` : ""} - </span> + {benefit.explaination ? ( + <span className={styles.titleExplanation}> + {benefit.explaination} + </span> + ) : null} {benefit.description}