Skip to content

Commit

Permalink
fix: specific items could not load the details anymore due to incorre…
Browse files Browse the repository at this point in the history
…ct condition (the length check is no longer necessary due to error already being fixed)
  • Loading branch information
tkubica-edu committed Nov 11, 2024
1 parent 7308df4 commit bf47ce6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
<!-- language -->
<span
class="app-preview-panel-info-bar-item"
*ngIf="
(hit | nodeProperty: 'language').length > 0 && hit | nodeProperty: 'language' as languages
"
*ngIf="hit | nodeProperty: 'language' as languages"
>
<mat-icon matTooltip="Sprache(n)">question_answer</mat-icon>
<span>
Expand Down

0 comments on commit bf47ce6

Please sign in to comment.