Skip to content

Commit 99c70dc

Browse files
authored
Merge pull request #112 from EBISPOT/develop
Curation-UI-110 Fixing forever spinning issue in Submission details page
2 parents 5db1cf3 + c3eb327 commit 99c70dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/feature/submission/components/submission-details-tab/submission-details-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
First author group:
5050
</th>
5151
<td class="col-span-3" *ngIf="submission.bodyOfWork.firstAuthor?.group">
52-
{{submission.publication.publicationDate}}
52+
{{submission.bodyOfWork.firstAuthor.group}}
5353
</td>
5454
</tr>
5555
<tr>

0 commit comments

Comments
 (0)