mirror of
https://github.com/mue/mue.git
synced 2026-07-15 21:13:54 +02:00
feat: locally store stats so users can see them (no ui yet)
This commit is contained in:
@@ -14,7 +14,7 @@ export default class Tabs extends React.PureComponent {
|
||||
|
||||
onClick = (tab) => {
|
||||
if (tab !== this.state.currentTab) {
|
||||
window.analytics.postEvent('tab', `Changed ${this.state.currentTab} to ${tab}`);
|
||||
window.stats.postEvent('tab', `Changed ${this.state.currentTab} to ${tab}`);
|
||||
}
|
||||
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user