mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-14 00:40:50 +00:00
Tweak sound disabling for currentGatherer
This commit is contained in:
parent
04668bab46
commit
e2ecc18256
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ var App = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.from === 'election'
|
if (state.from === 'election'
|
||||||
&& state.to === 'gathering'
|
&& state.to === 'gathering') {
|
||||||
&& this.thisGatherer()) {
|
|
||||||
soundController.stop();
|
soundController.stop();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue