refactor: je suis une merde

This commit is contained in:
N3WT DE COMPET
2025-01-12 16:47:40 +01:00
parent 24352efad3
commit c4d45426b5
7 changed files with 11 additions and 11 deletions

View File

@ -42,7 +42,7 @@ const AffectationClasseForm = ({ eleve, onSubmit, classes }) => {
className="form-radio h-3 w-3 text-emerald-600 focus:ring-emerald-500 hover:ring-emerald-400 checked:bg-emerald-600 checked:h-3 checked:w-3"
/>
<label htmlFor={`classe-${classe.id}`} className="ml-2 block text-sm text-gray-900 flex items-center">
{classe.nom_ambiance}
{classe.atmosphere_name}
</label>
</div>
))}