X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2FParticipant.js;fp=resources%2Fjs%2Fhelpers%2FParticipant.js;h=a44d465a4e57609b0e45ff5e756fde2344a1a8e2;hb=09c1644b5f64d7423905ae1be8f79da0b482289a;hp=3db4121c5b6d3689aca5911b9388c8af4d0cc7ac;hpb=9e52cf7a5fc89a89301e00e9595c80b783449bbe;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) => {