X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2FParticipant.js;h=a44d465a4e57609b0e45ff5e756fde2344a1a8e2;hb=7016f4b28fa1324269ae9e2a8aad28dd562927d4;hp=3db4121c5b6d3689aca5911b9388c8af4d0cc7ac;hpb=812a270c7a410461e931394496512d36b34ef7b5;p=alttp.git diff --git a/resources/js/helpers/Participant.js b/resources/js/helpers/Participant.js index 3db4121..a44d465 100644 --- a/resources/js/helpers/Participant.js +++ b/resources/js/helpers/Participant.js @@ -25,7 +25,7 @@ export const compareResult = round => (a, b) => { if (b_forfeit) { return 1; } - return 0; + return compareUsername(a, b); }; export const compareUsername = (a, b) => {