From f76e9794f9ed2ee5378115d6ae1c7b4b68ca72b6 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 13 Dec 2023 10:06:06 -0500 Subject: [PATCH] update shit again --- client/common-client-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common-client-plugin.js b/client/common-client-plugin.js index 2938cf8..6e5ba6a 100644 --- a/client/common-client-plugin.js +++ b/client/common-client-plugin.js @@ -15,7 +15,7 @@ async function register({ target: "action:router.navigation-end", handler: async (params) => { if (params.path.startsWith("/my-account")) { - if (document.getElementById("subscription-link")) return; + if (document.getElementById("ncd-subscription-link")) return; let href = "/p/ncd-my-subscription";