{currentReport.summary}
{currentReport.issues.length > 0 ? (
{currentReport.issues.map((issue, index) => (
-
{issue.title}
{issue.detail}
))}
) : currentReport.status === 'idle' ? (
Les resultats apparaitront ici apres selection du dossier.
) : (
Aucun probleme texture detecte cote app.
)}
)}