diff --git a/components/news.tsx b/components/news.tsx index 5070aae..9dcaf7b 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -99,7 +99,7 @@ export function News() { {error ? (
{error}
) : ( -
+
{news.length === 0 ? (
No news available
) : (