summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r--source/features/patch-diff-links.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx
index 5d8fd776..a0371459 100644
--- a/source/features/patch-diff-links.tsx
+++ b/source/features/patch-diff-links.tsx
@@ -29,5 +29,8 @@ void features.add({
include: [
pageDetect.isCommit
],
+ exclude: [
+ pageDetect.isPRCommit404
+ ],
init
});