Skip to content

Commit a6a7cc9

Browse files
authored
Allow multiple loaders in a single features.add (#2925)
1 parent ae43f89 commit a6a7cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const _isNotifications = [
144144
];
145145

146146
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>
147+
export const _isOrganizationProfile = domBased; // Safe for `nowAndonAjaxedPages` because this element is in the <head>
148148

149149
export const isOrganizationDiscussion = (): boolean => /^orgs\/[^/]+\/teams\/[^/]+($|\/discussions)/.test(getCleanPathname());
150150
export const _isOrganizationDiscussion = [

0 commit comments

Comments
 (0)