Skip to content

Commit c171867

Browse files
authored
[ENG-10866] Duplicate text displayed on the My Registrations page (#964)
- Ticket: https://openscience.atlassian.net/browse/ENG-10866 - Feature flag: n/a ## Summary of Changes 1. Fixed bug with tabs in the my registrations.
1 parent 2488f56 commit c171867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/registries/pages/my-registrations/my-registrations.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</section>
5959
</p-tabpanel>
6060

61-
<p-tabpanel [value]="RegistrationTab.Submitted" class="flex flex-column gap-4 flex-1">
61+
<p-tabpanel [value]="RegistrationTab.Submitted">
6262
<section class="flex flex-column gap-4 flex-1">
6363
@if (isSubmittedRegistrationsLoading()) {
6464
@for (item of skeletons; track $index) {

0 commit comments

Comments
 (0)