mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
refactor: cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ export default class Dropdown extends PureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
window.stats.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
|
||||
variables.stats.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
|
||||
|
||||
this.setState({
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user