a
This commit is contained in:
parent
f50468f1cf
commit
e2ef83ec0c
1 changed files with 1 additions and 1 deletions
|
@ -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}) %>
|
||||
<%} %>
|
||||
|
|
Loading…
Reference in a new issue