feat(ui): fix prettier

This commit is contained in:
pedrooot
2025-07-24 17:39:47 +02:00
parent 4819e7821f
commit e0258bab85
@@ -70,12 +70,11 @@ export const ComplianceHeader = ({
{allFilters.length > 0 && (
<DataTableFilterCustom filters={allFilters} />
)}
{scanId &&
framework === "ProwlerThreatScore" && (
<div className="flex items-center gap-2">
<ThreatscoreDownloadButton scanId={scanId} />
</div>
)}
{scanId && framework === "ProwlerThreatScore" && (
<div className="flex items-center gap-2">
<ThreatscoreDownloadButton scanId={scanId} />
</div>
)}
</div>
<Spacer y={8} />
</>