From a47b17d0a499aea369ffde5d5f354fe34d673858 Mon Sep 17 00:00:00 2001 From: nsemets Date: Tue, 21 Apr 2026 17:15:52 +0300 Subject: [PATCH] fix(my-registrations): fixed issue with duplication --- .../pages/my-registrations/my-registrations.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/registries/pages/my-registrations/my-registrations.component.html b/src/app/features/registries/pages/my-registrations/my-registrations.component.html index 234d32b0d..b389c5af8 100644 --- a/src/app/features/registries/pages/my-registrations/my-registrations.component.html +++ b/src/app/features/registries/pages/my-registrations/my-registrations.component.html @@ -58,7 +58,7 @@ - +
@if (isSubmittedRegistrationsLoading()) { @for (item of skeletons; track $index) {