Skip to content

Commit 8711ff0

Browse files
committed
debug2
1 parent 6491bf7 commit 8711ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/button/PlatformDownloadMuseHubButton.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ function PlatformDownloadMuseHubButton(props) {
55
const { museHubReleaseData } = props;
66
const browserOS = useBrowserOS();
77
console.log("browserOS", browserOS);
8-
8+
99
function onClickButtonHandler() {
10+
console.log("buttonhandler", browserOS);
1011
if (typeof _paq !== "undefined") {
1112
_paq.push([
1213
"trackEvent",

0 commit comments

Comments
 (0)