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.
1 parent 99eec5b commit e6df108Copy full SHA for e6df108
web_src/js/features/repo-commit.ts
@@ -12,7 +12,7 @@ export function initRepoEllipsisButton() {
12
}
13
14
export function initCommitStatuses() {
15
- registerGlobalInitFunc('initCommitStatuses', async (el: HTMLElement) => {
+ registerGlobalInitFunc('initCommitStatuses', (el: HTMLElement) => {
16
const nextEl = el.nextElementSibling;
17
if (!nextEl.matches('.tippy-target')) throw new Error('Expected next element to be a tippy target');
18
createTippy(el, {
0 commit comments