Fix incorrect variable.
This commit is contained in:
parent
9b3e616de0
commit
d0e212e23d
@ -838,14 +838,14 @@ const SCENES = {
|
||||
buttons.push(UI.button(LANG("decline"), callback_decline));
|
||||
|
||||
rows.push([
|
||||
UI.text(data.challenges[r].handle),
|
||||
UI.text(LANG("unranked")),
|
||||
UI.text(data.users[r].handle),
|
||||
buttons,
|
||||
]);
|
||||
}
|
||||
|
||||
let tbody = UI.table_content(
|
||||
[ LANG("rank"), LANG("handle"), "" ],
|
||||
[ LANG("handle"), LANG("rank"), "" ],
|
||||
rows,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user