From eec052fd77a48b8c09f903c63c9f8c965a5a78f8 Mon Sep 17 00:00:00 2001 From: Yury Bondarenko Date: Thu, 18 Apr 2024 12:27:53 +0200 Subject: [PATCH] Fix Community stats page selector Likely a copy/paste leftover --- .../themed-community-statistics-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts b/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts index 367b853e4d..88688ef137 100644 --- a/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts +++ b/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts @@ -7,7 +7,7 @@ import { CommunityStatisticsPageComponent } from './community-statistics-page.co * Themed wrapper for CommunityStatisticsPageComponent */ @Component({ - selector: 'ds-collection-statistics-page', + selector: 'ds-community-statistics-page', styleUrls: [], templateUrl: '../../shared/theme-support/themed.component.html', standalone: true,