From f6dcafaf7005b9bf2e24801067130021d97699c4 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:56:52 +0800 Subject: [PATCH] PR feedback: use the correct variable name `analyticsTrackingId` --- modules/material/themes/material/default/header.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/material/themes/material/default/header.twig b/modules/material/themes/material/default/header.twig index c26a7e16..a3f7927e 100644 --- a/modules/material/themes/material/default/header.twig +++ b/modules/material/themes/material/default/header.twig @@ -7,13 +7,13 @@ {% if not (analyticsTrackingId ?? null) is empty %} - + {% endif %}