Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 328b28d

Browse files
committed
fix: 팔로워가 없을 때에는 follower 수를 표시하지 않음
1 parent 6bdff82 commit 328b28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/bookmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if (document.querySelector(".bookmark-button") == null) {
6161
payload: window.location.pathname.split("/")[1].substring(1),
6262
},
6363
(response) => {
64+
if (response?.followers == "Blog not found") return;
6465
var followerIndicator = createElement("smail", {
6566
class: "follower-indicator",
6667
});

0 commit comments

Comments
 (0)