diff --git a/index.html b/index.html index a8d79ce..deb0359 100644 --- a/index.html +++ b/index.html @@ -21148,7 +21148,9 @@ } } - document.getElementById('article-vote').innerText = voterCount + if (voterCount > 0) { + document.getElementById('article-vote').innerText = voterCount + } }); }).catch(error => console.error(error))