Skip to content

Commit 5f0ac92

Browse files
committed
fix: viewer type name
Must use underscores instead of dashes
1 parent 37c1a7e commit 5f0ac92

File tree

1 file changed

+1
-1
lines changed
  • javascript/tokenscript-viewer/src/components/app

1 file changed

+1
-1
lines changed

javascript/tokenscript-viewer/src/components/app/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const initViewerType = (params: URLSearchParams): ViewerTypes => {
6565

6666
if (window.gtag) {
6767
window.gtag('set', {
68-
'viewer-type': viewerType
68+
'viewer_type': viewerType
6969
});
7070
}
7171

0 commit comments

Comments
 (0)