fix the PR gated
This commit is contained in:
parent
fc091da03c
commit
e14bb334ba
1 changed files with 1 additions and 3 deletions
|
|
@ -59,9 +59,7 @@ const NewsPage = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (news.length === 0) {
|
if (news.length === 0) {
|
||||||
return (
|
return <p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>;
|
||||||
<p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue