diff --git a/html/src/app.js b/html/src/app.js index 0fb4d5c7..8c94b102 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -1123,7 +1123,7 @@ import gameLogService from './service/gamelog.js' API.applyUser = function (json) { var ref = this.cachedUsers.get(json.id); - // adjust some missing variables + // some missing variables on currentUser if (json.id === API.currentUser.id) { json.status = API.currentUser.status; json.statusDescription = API.currentUser.statusDescription;