Skip to content

Commit 3129f76

Browse files
committed
Merge tag '26.12.1' into develop
Hotfix overview component duplicate fields
2 parents 5964716 + ee6f5fb commit 3129f76

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/app/features/project/overview/components/project-overview-metadata/project-overview-metadata.component.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@ <h3>{{ 'shared.tags.title' | translate }}</h3>
7575
<osf-tags-list [tags]="resource.tags" (tagClick)="tagClicked($event)"></osf-tags-list>
7676
</div>
7777

78-
@if (!isAnonymous()) {
79-
<div class="flex flex-column gap-2">
80-
<h3>{{ 'common.labels.affiliatedInstitutions' | translate }}</h3>
81-
82-
<osf-affiliated-institutions-view [institutions]="institutions()" [isLoading]="isInstitutionsLoading()" />
83-
</div>
84-
}
85-
86-
<osf-overview-collections
87-
[projectSubmissions]="projectSubmissions()"
88-
[isProjectSubmissionsLoading]="isProjectSubmissionsLoading()"
89-
></osf-overview-collections>
90-
9178
<div class="flex flex-column gap-2">
9279
<h3>{{ 'project.overview.metadata.supplements' | translate }}</h3>
9380

0 commit comments

Comments
 (0)