This commit is contained in:
2023-03-24 14:13:43 +08:00 committed by GitHub
parent 33a3f23064
commit 5b63780605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export const SiteArchives: React.FC<{
<EmptyState />
</div>
)}
{postPages[0].total && (
{!!postPages[0].total && (
<>
{showTags && tags.size > 0 && (
<div className="mt-5">