mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-17 01:12:20 +00:00
fixed title not updating correctly
This commit is contained in:
parent
dae46a579c
commit
bba685d080
1 changed files with 1 additions and 1 deletions
|
@ -364,10 +364,10 @@ const GatherPage = React.createClass({
|
|||
onGatherSelected(gatherName) {
|
||||
let gather = this.state.gatherPool[gatherName];
|
||||
if (gather === undefined) return;
|
||||
this.updateTitle();
|
||||
this.setState({
|
||||
currentGather: gather.type
|
||||
});
|
||||
this.updateTitle();
|
||||
},
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue