Fix problems editing (hopefully)
[vchess.git] / client / src / views / Hall.vue
index 033659b..4fb8e55 100644 (file)
@@ -237,7 +237,6 @@ export default {
       let names = {};
       response.challenges.forEach(c => {
         if (c.uid != this.st.user.id) names[c.uid] = "";
-        //unknwon for now
         else if (!!c.target && c.target != this.st.user.id)
           names[c.target] = "";
       });