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/default-branch-button.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/default-branch-button.tsx')
-rw-r--r-- | source/features/default-branch-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/default-branch-button.tsx b/source/features/default-branch-button.tsx index d5dd3ef1..474777dd 100644 --- a/source/features/default-branch-button.tsx +++ b/source/features/default-branch-button.tsx @@ -43,7 +43,7 @@ async function init(): Promise<false | void> { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Adds link the default branch on directory listings and files.', screenshot: 'https://user-images.githubusercontent.com/1402241/71886648-2891dc00-316f-11ea-98d8-c5bf6c24d85c.png' }, { |