diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-18 17:16:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-07-19 16:55:25 +0200 |
commit | b56eca9c3300bd5ae37c66f4565b83d91e11b2cf (patch) | |
tree | 75f993c0918b77df9c056a86e6f03dafb5332e07 /views/profile.ejs | |
parent | 974834ff11b5420920cb9727a201878dc748ee4f (diff) | |
download | server-b56eca9c3300bd5ae37c66f4565b83d91e11b2cf.tar.gz |
Eqeqeq in UI code.
Diffstat (limited to 'views/profile.ejs')
-rw-r--r-- | views/profile.ejs | 2 |
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. <% } %> |