Skip to content

Commit 2662145

Browse files
authored
fix: show personal log when no friends' logs exist (#32)
1 parent 03d4813 commit 2662145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
return;
5151
}
5252

53-
if (response.pageInfo.rows === 0) {
53+
if (response.pageInfo.rows === 0 && typeof loadPersonalAfter === 'undefined') {
5454
return;
5555
}
5656

0 commit comments

Comments
 (0)