summaryrefslogtreecommitdiff
path: root/source/features/cleanup-repo-filelist-actions.tsx
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2020-09-14 15:53:35 -0400
committerGravatar GitHub <noreply@github.com> 2020-09-14 14:53:35 -0500
commit6d339762d762b669bb48b2977f40a83c48305a2d (patch)
tree5a4ca8ad9ed28ee93413f8dc5d3319aaea82455e /source/features/cleanup-repo-filelist-actions.tsx
parent1fd60ac7bed2201d4276a5368d4c5233715fac03 (diff)
downloadrefined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.gz
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.zst
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.zip
Lint (#3540)
Diffstat (limited to 'source/features/cleanup-repo-filelist-actions.tsx')
-rw-r--r--source/features/cleanup-repo-filelist-actions.tsx3
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
});