From 453d3f8566695ce1ea7edd729fb319084bdb7fc2 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 20 Apr 2020 23:12:46 +0200 Subject: Meta: Improve types (#3006) --- source/features/embed-gist-inline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index fbb0d751..fa5e32a2 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -52,7 +52,7 @@ function init(): void { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Embeds linked gists. Not supported by Firefox.', screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG' }, { -- cgit v1.2.3