mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +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'
|
||||
&& state.to === 'gathering'
|
||||
&& this.thisGatherer()) {
|
||||
&& state.to === 'gathering') {
|
||||
soundController.stop();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue