summaryrefslogtreecommitdiff
path: root/views/profile.ejs
diff options
context:
space:
mode:
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.
<% } %>