summaryrefslogtreecommitdiff
path: root/source/features/delete-fork-link.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/delete-fork-link.tsx')
-rw-r--r--source/features/delete-fork-link.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/delete-fork-link.tsx b/source/features/delete-fork-link.tsx
index 190141d6..e66f6d58 100644
--- a/source/features/delete-fork-link.tsx
+++ b/source/features/delete-fork-link.tsx
@@ -4,7 +4,7 @@ import features from '../libs/features';
import {getRepoURL} from '../libs/utils';
function init() {
- const currentBranch = select<HTMLElement>('#partial-pull-merging .merge-branch-description .commit-ref');
+ const currentBranch = select('#partial-pull-merging .merge-branch-description .commit-ref');
if (!currentBranch) {
return false;
}