fix/render users on admin page
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -13,7 +13,7 @@
|
||||
<h1 class="text-white text-lg mb-2">Users</h1>
|
||||
<div class="flex flex-col justify-between">
|
||||
<% users.forEach((u) => { %>
|
||||
<%- include("./partials/user") %>
|
||||
<%- include("./partials/user", { u: u }) %>
|
||||
<% }) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in new issue
Block a user