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 0eddd5e commit dd94c8fCopy full SHA for dd94c8f
reflex_ui/blocks/telemetry/google.py
@@ -44,7 +44,6 @@ def gtag_report_conversion(conversion_id_and_label: str) -> rx.Component:
44
Returns:
45
rx.Component: Script component to report the conversion.
46
"""
47
-
48
return rx.script(
49
f"""function gtag_report_conversion() {{
50
var callback = function () {{
0 commit comments