mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 04:14:09 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
9d64a65aa4
commit
958ad86ee8
@ -119,7 +119,7 @@ const BlogIndexPage = ({
|
||||
}
|
||||
)
|
||||
|
||||
function queriedPostsHasResults(queriedPosts) {
|
||||
function queriedPostsHasResults(queriedPosts : any) {
|
||||
|
||||
if ('pages' in queriedPosts === true) {
|
||||
if (0 in queriedPosts.pages === true) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user