This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent f50468f1cf
commit e2ef83ec0c

View file

@ -30,7 +30,7 @@
<summary>
<%= followers.length %> followers
</summary>
<div class='flex-direction: row;'>
<div class='flex-row'>
<% for (let user of followers) { %>
<%- include('user-clickable.ejs', {user: user.username}) %>
<%} %>