summaryrefslogtreecommitdiff
path: root/views/profile.ejs
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-18 17:16:24 +0200
committerTor Andersson <tor@ccxvii.net>2021-07-19 16:55:25 +0200
commitb56eca9c3300bd5ae37c66f4565b83d91e11b2cf (patch)
tree75f993c0918b77df9c056a86e6f03dafb5332e07 /views/profile.ejs
parent974834ff11b5420920cb9727a201878dc748ee4f (diff)
downloadserver-b56eca9c3300bd5ae37c66f4565b83d91e11b2cf.tar.gz
Eqeqeq in UI code.
Diffstat (limited to 'views/profile.ejs')
-rw-r--r--views/profile.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/profile.ejs b/views/profile.ejs
index 74843f3..8d03234 100644
--- a/views/profile.ejs
+++ b/views/profile.ejs
@@ -89,7 +89,7 @@ Your mail address is <%= user.mail %>.
</table>
<% } %>
-<% if (open_games.length == 0 && active_games.length == 0 && finished_games.length == 0) { %>
+<% if (open_games.length === 0 && active_games.length === 0 && finished_games.length === 0) { %>
<p>
You don't have any current or finished games.
<% } %>