diff --git a/client/src/components/breaking-news-widget.tsx b/client/src/components/breaking-news-widget.tsx
index 9c9cfa2..82f8167 100644
--- a/client/src/components/breaking-news-widget.tsx
+++ b/client/src/components/breaking-news-widget.tsx
@@ -49,14 +49,14 @@ export function BreakingNewsWidget() {
Aktuelle Nachrichten
-
+
- {i < VISIBLE_COUNT - 1 &&
}
+ {i < VISIBLE_COUNT - 1 &&
}
))}
{isLoading && (
diff --git a/client/src/components/news-widget.tsx b/client/src/components/news-widget.tsx
index 90c213c..6cd2f21 100644
--- a/client/src/components/news-widget.tsx
+++ b/client/src/components/news-widget.tsx
@@ -49,14 +49,14 @@ export function NewsWidget() {
Musiknachrichten
-
+
- {i < VISIBLE_COUNT - 1 &&
}
+ {i < VISIBLE_COUNT - 1 &&
}
))}
{isLoading && (