diff options
Diffstat (limited to 'source/features/branch-buttons.tsx')
-rw-r--r-- | source/features/branch-buttons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/branch-buttons.tsx b/source/features/branch-buttons.tsx index 88c0db72..3d0ec502 100644 --- a/source/features/branch-buttons.tsx +++ b/source/features/branch-buttons.tsx @@ -12,7 +12,7 @@ import {getRepoURL, getOwnerAndRepo} from '../libs/utils'; async function getTagLink() { const tags = select - .all<HTMLElement>('.branch-select-menu .select-menu-list:last-child .select-menu-item') + .all('.branch-select-menu .select-menu-list:last-child .select-menu-item') .map(element => element.dataset.name); if (tags.length === 0) { |