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) {
|
||||
return (
|
||||
<p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>
|
||||
);
|
||||
return <p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue