Island: Fix immediate threats indentation

This commit is contained in:
Ilija Lazoroski 2022-04-20 11:23:32 +02:00 committed by VakarisZ
parent f49b46af7e
commit d69ce734f1
1 changed files with 2 additions and 0 deletions

View File

@ -413,7 +413,9 @@ class ReportPageComponent extends AuthComponent {
<span className="badge badge-warning">
{threatCount} threats
</span>:
<ul>
{this.getImmediateThreatsOverviews()}
</ul>
</>
}
</div>