From c7fbb1424bddc205ed84969c570ec9c094d648f5 Mon Sep 17 00:00:00 2001 From: wout Date: Fri, 17 Jan 2025 14:47:20 +0100 Subject: [PATCH] 120594: add missing rss conditions --- src/app/shared/rss-feed/rss.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/rss-feed/rss.component.html b/src/app/shared/rss-feed/rss.component.html index 079441132e4..80498398f79 100644 --- a/src/app/shared/rss-feed/rss.component.html +++ b/src/app/shared/rss-feed/rss.component.html @@ -1,5 +1,5 @@ + *ngIf="(isEnabled$ | async) && (isActivated$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">