Fix For Analytics

This commit is contained in:
Alexandru Branza 2023-05-29 17:34:09 +03:00
parent a26d000a98
commit 242a277484

View file

@ -41,14 +41,13 @@ const StreamsList = ({ className, ...props }) => {
}
}
});
} else {
core.transport.analytics({
event: 'StreamClicked',
args: {
stream
}
});
}
core.transport.analytics({
event: 'StreamClicked',
args: {
stream
}
});
},
addonName: streams.addon.manifest.name
}))