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";