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.
features.add
1 parent ae43f89 commit a6a7cc9Copy full SHA for a6a7cc9
source/index.ts
@@ -144,7 +144,7 @@ export const _isNotifications = [
144
];
145
146
export const isOrganizationProfile = (): boolean => select.exists('meta[name="hovercard-subject-tag"][content^="organization"]');
147
-export const _isOrganizationProfile = domBased; // Safe for `nowAndOnAjaxedPages` because this element is in the <head>
+export const _isOrganizationProfile = domBased; // Safe for `nowAndonAjaxedPages` because this element is in the <head>
148
149
export const isOrganizationDiscussion = (): boolean => /^orgs\/[^/]+\/teams\/[^/]+($|\/discussions)/.test(getCleanPathname());
150
export const _isOrganizationDiscussion = [
0 commit comments