We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6491bf7 commit 8711ff0Copy full SHA for 8711ff0
src/components/button/PlatformDownloadMuseHubButton.jsx
@@ -5,8 +5,9 @@ function PlatformDownloadMuseHubButton(props) {
5
const { museHubReleaseData } = props;
6
const browserOS = useBrowserOS();
7
console.log("browserOS", browserOS);
8
-
+
9
function onClickButtonHandler() {
10
+ console.log("buttonhandler", browserOS);
11
if (typeof _paq !== "undefined") {
12
_paq.push([
13
"trackEvent",
0 commit comments