X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FChallengeList.vue;h=1107b58ce023c9207e1555f64e51c38eb0ce859a;hp=8c1f2dd56c4e0beafc33ee2dc3edda9910c4adba;hb=2c5d7b20742b802d9c47916915c1114bcfc9a9c3;hpb=9edfb7146fdc4dd08914b2a117d2852e705353aa 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 => {