Skip to content

Commit 4a52e3a

Browse files
authored
fix: fix metrika script syntax (#637)
1 parent 9764782 commit 4a52e3a

File tree

1 file changed

+1
-1
lines changed
  • lib/static/new-ui/components/MetrikaScript

1 file changed

+1
-1
lines changed

lib/static/new-ui/components/MetrikaScript/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function MetrikaScript(): ReactNode {
2020
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
2121
2222
ym(99267510, "init", {
23-
webvisor:false
23+
webvisor:false,
2424
clickmap:false,
2525
trackLinks:false,
2626
accurateTrackBounce:false

0 commit comments

Comments
 (0)