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/patch-diff-links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/patch-diff-links.tsx') diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index 24001f8f..c82618cd 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -22,7 +22,7 @@ function init(): void { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Adds links to `.patch` and `.diff` files in commits.', screenshot: 'https://cloud.githubusercontent.com/assets/737065/13605562/22faa79e-e516-11e5-80db-2da6aa7965ac.png' }, { -- cgit v1.2.3