mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 00:25:02 +00:00
fix(rgcp): ajoute un espace avant les avertissements mois par mois
This commit is contained in:
parent
8eddccc68a
commit
5409f6aa27
1 changed files with 6 additions and 1 deletions
|
@ -254,7 +254,12 @@ export default function RéductionMoisParMois({
|
|||
)}
|
||||
</span>
|
||||
|
||||
{warnings}
|
||||
{warnings && (
|
||||
<>
|
||||
<Spacing xxl />
|
||||
{warnings}
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue