summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-06-22 17:30:02 +0800
committerGravatar GitHub <noreply@github.com> 2019-06-22 17:30:02 +0800
commitb3e38ad58c87fd1ab927e27368cf3c836aa29041 (patch)
tree16f63c742b7ebef5f0798f36ef3efeaf1cd73812 /source/features/embed-gist-inline.tsx
parent7ab89acc0ca8c4b451f16badf0d9901ef35ef134 (diff)
downloadrefined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.tar.gz
refined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.tar.zst
refined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.zip
Meta: Dynamically add feature names to files (#2166)19.6.22.1940
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index 9c579328..9eb2c4b4 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -49,7 +49,7 @@ function init(): void {
}
features.add({
- id: 'embed-gist-inline',
+ id: __featureName__,
description: 'View linked gists inline in comments',
include: [
features.hasComments