Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
eceeeren committed Oct 11, 2024
1 parent 98fe68d commit 60371b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 id="page-heading">
/>
</div>
</div>
@if (!units || (units && units.length < 1)) {
@if (!units || units.length < 1) {
<div class="alert alert-danger mt-3">
<fa-icon [icon]="faExclamationTriangle" />
{{ 'artemisApp.attachmentUnit.createAttachmentUnits.noUnitDetected' | artemisTranslate }}
Expand Down

0 comments on commit 60371b4

Please sign in to comment.