diff options
author | 2020-04-20 23:12:46 +0200 | |
---|---|---|
committer | 2020-04-20 23:12:46 +0200 | |
commit | 453d3f8566695ce1ea7edd729fb319084bdb7fc2 (patch) | |
tree | 14933512dbc7537b3e20b8ed67b486406a0d981b /source/features/embed-gist-via-iframe.tsx | |
parent | 65aeb52a3992aac49ab38ed4eb15de9bcae67359 (diff) | |
download | refined-github-453d3f8566695ce1ea7edd729fb319084bdb7fc2.tar.gz refined-github-453d3f8566695ce1ea7edd729fb319084bdb7fc2.tar.zst refined-github-453d3f8566695ce1ea7edd729fb319084bdb7fc2.zip |
Meta: Improve types (#3006)
Diffstat (limited to 'source/features/embed-gist-via-iframe.tsx')
-rw-r--r-- | source/features/embed-gist-via-iframe.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/embed-gist-via-iframe.tsx b/source/features/embed-gist-via-iframe.tsx index c4f1e031..d147c4e6 100644 --- a/source/features/embed-gist-via-iframe.tsx +++ b/source/features/embed-gist-via-iframe.tsx @@ -24,7 +24,7 @@ function init(): void { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Adds a menu item to embed a gist via <iframe>.', screenshot: 'https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png' }, { |