diff options
Diffstat (limited to 'source/features/bugs-tab.tsx')
-rw-r--r-- | source/features/bugs-tab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/bugs-tab.tsx b/source/features/bugs-tab.tsx index 00d21673..94aa0f99 100644 --- a/source/features/bugs-tab.tsx +++ b/source/features/bugs-tab.tsx @@ -89,7 +89,7 @@ async function addBugsTab(): Promise<void | false> { const issuesTab = await elementReady('a.UnderlineNav-item[data-hotkey="g i"]', {waitForChildren: false}); if (!issuesTab) { - // Repo is archived + // Issues are disabled return false; } |