mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
feat(ui): fix prettier
This commit is contained in:
@@ -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} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user