summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index c6846487..4fd76cd8 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -51,8 +51,7 @@ function init() {
features.add({
id: 'embed-gist-inline',
include: [
- features.isPR,
- features.isIssue
+ features.hasComments
],
load: features.onAjaxedPages,
init