Allowed ladder URL to point to specific rank

This commit is contained in:
2019-05-30 04:00:13 +10:00
parent 873c7d241f
commit bb60fd271b
4 changed files with 38 additions and 13 deletions
-2
View File
@@ -12,8 +12,6 @@ class PagedLadder extends React.Component {
if (props.getFetch) {
props.getFetch(this.fetchLadder.bind(this));
}
this.fetchLadder();
}
render() {