diff options
Diffstat (limited to 'source/features/remove-projects-tab.tsx')
-rw-r--r-- | source/features/remove-projects-tab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/remove-projects-tab.tsx b/source/features/remove-projects-tab.tsx index c5054fe8..8eb33551 100644 --- a/source/features/remove-projects-tab.tsx +++ b/source/features/remove-projects-tab.tsx @@ -1,8 +1,8 @@ import React from 'dom-chef'; import select from 'select-dom'; import onetime from 'onetime'; +import elementReady from 'element-ready'; import features from '../libs/features'; -import {safeElementReady} from '../libs/dom-utils'; import {isUserProfile, isOwnOrganizationProfile, isOrganizationProfile} from '../libs/page-detect'; const addNewProjectLink = onetime(() => { @@ -33,7 +33,7 @@ const addNewProjectLink = onetime(() => { }); async function init(): Promise<false | void> { - await safeElementReady(` + await elementReady(` .orghead + *, .repohead + *, .user-profile-nav + * |