From 00462df5bed937444e516d39c662936b54e18d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:43:01 +0200 Subject: [PATCH] fix: display of zero star author count (#88) --- assets/ejs/authors.ejs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/ejs/authors.ejs b/assets/ejs/authors.ejs index 329415f..8413e59 100644 --- a/assets/ejs/authors.ejs +++ b/assets/ejs/authors.ejs @@ -15,17 +15,13 @@ <% } %> - <% if (item.stars) { %> <%= item.stars %> - <% } %> - <% if (item.extensions) { %> <%= item.extensions %> <% } %> - <% } %>

<% } %>