Allowed profile URL to point to a specific log

This commit is contained in:
2019-05-30 04:33:18 +10:00
parent bb60fd271b
commit 2f8847d2e7
5 changed files with 43 additions and 21 deletions
@@ -12,8 +12,6 @@ class PagedCombatLog extends React.Component {
if (props.getFetch) {
props.getFetch(this.fetchCombatLog.bind(this));
}
this.fetchCombatLog();
}
render() {