Add unambiguous section in the PGN + some fixes + code formatting and fix typos
[vchess.git] / client / src / components / ChallengeList.vue
index 8c1f2dd..1107b58 100644 (file)
@@ -33,7 +33,8 @@ export default {
   },
   computed: {
     sortedChallenges: function() {
-      // Show in order: challenges I sent, challenges I received, other challenges
+      // Show in order:
+      // challenges I sent, challenges I received, other challenges
       let minAdded = Number.MAX_SAFE_INTEGER;
       let maxAdded = 0;
       let augmentedChalls = this.challenges.map(c => {