diff options
Diffstat (limited to 'source/features/discussion-links-on-repo-lists.tsx')
-rw-r--r-- | source/features/discussion-links-on-repo-lists.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/discussion-links-on-repo-lists.tsx b/source/features/discussion-links-on-repo-lists.tsx index 22654f52..283707e4 100644 --- a/source/features/discussion-links-on-repo-lists.tsx +++ b/source/features/discussion-links-on-repo-lists.tsx @@ -39,7 +39,7 @@ function init(): void { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Adds a link to the issues and pulls on the user profile repository tab and global search.', screenshot: 'https://user-images.githubusercontent.com/16872793/78712349-82c54900-78e6-11ea-8328-3c2d39a78862.png' }, { |