You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not use the clarin item view box for the bulk access
* Removed unused import
* Clarify the `showClarinViewBox` is boolean
* Use the constant for the hardcoded bulk access list id
*ngFor="let object of objects?.payload?.page; let i = index; let last = last"
22
22
[object]="object"
23
23
[isSearchResult]="true">
24
24
</ds-clarin-item-box-view>
25
25
</div>
26
-
<div*ngIf="context !== 'search'">
26
+
<div*ngIf="!showClarinViewBox()">
27
27
<li*ngFor="let object of objects?.payload?.page; let i = index; let last = last" class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
0 commit comments