diff options
Diffstat (limited to 'source/features/revert-file.tsx')
-rw-r--r-- | source/features/revert-file.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/revert-file.tsx b/source/features/revert-file.tsx index 76bff233..d563c570 100644 --- a/source/features/revert-file.tsx +++ b/source/features/revert-file.tsx @@ -138,7 +138,7 @@ function init(): void { delegate(document, '.rgh-revert-file', 'click', handleRevertFileClick, true); } -features.add({ +void features.add({ id: __filebasename, description: 'Adds button to revert all the changes to a file in a PR.', screenshot: 'https://user-images.githubusercontent.com/1402241/62826118-73b7bb00-bbe0-11e9-9449-2dd64c469bb9.gif' |