X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FChallengeList.vue;h=1107b58ce023c9207e1555f64e51c38eb0ce859a;hb=2c5d7b20742b802d9c47916915c1114bcfc9a9c3;hp=8c1f2dd56c4e0beafc33ee2dc3edda9910c4adba;hpb=1c9826a545b4336ede227c132d7ccfdba70c4ec0;p=vchess.git diff --git a/client/src/components/ChallengeList.vue b/client/src/components/ChallengeList.vue index 8c1f2dd5..1107b58c 100644 --- a/client/src/components/ChallengeList.vue +++ b/client/src/components/ChallengeList.vue @@ -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 => {