diff options
Diffstat (limited to 'source/features/cleanup-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/cleanup-repo-filelist-actions.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/features/cleanup-repo-filelist-actions.tsx b/source/features/cleanup-repo-filelist-actions.tsx index f85a6993..2d181ab6 100644 --- a/source/features/cleanup-repo-filelist-actions.tsx +++ b/source/features/cleanup-repo-filelist-actions.tsx @@ -43,5 +43,8 @@ void features.add({ pageDetect.isRepoTree, pageDetect.isSingleFile ], + exclude: [ + pageDetect.isEmptyRepo + ], init }); |