Skip to content

Commit

Permalink
fix: relations (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgithubprofile authored Nov 7, 2023
1 parent e33f1cb commit 85aa45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/userslist/templates/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

%>

<span elementsid="notificationturn" class="notificationturn <% if(r && (r.private == 'true' || r.private === true)) {%> turnon <% } %>">&middot; <i class="far fa-bell-slash"></i></span>
<span elementsid="notificationturn" class="notificationturn <% if(r && (r.private == 'true' || r.private == 1 || r.private === true)) {%> turnon <% } %>">&middot; <i class="far fa-bell-slash"></i></span>

<% } %>

Expand Down

0 comments on commit 85aa45f

Please sign in to comment.