summaryrefslogtreecommitdiff
path: root/source/features/hide-issue-list-autocomplete.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/hide-issue-list-autocomplete.tsx')
-rw-r--r--source/features/hide-issue-list-autocomplete.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/hide-issue-list-autocomplete.tsx b/source/features/hide-issue-list-autocomplete.tsx
index dded5758..2096d4bb 100644
--- a/source/features/hide-issue-list-autocomplete.tsx
+++ b/source/features/hide-issue-list-autocomplete.tsx
@@ -8,7 +8,8 @@ function init(): void {
features.add({
id: __featureName__,
description: 'Removes the autocomplete on search fields.',
- screenshot: 'https://user-images.githubusercontent.com/1402241/42991841-1f057e4e-8c07-11e8-909c-b051db7a2a03.png',
+ screenshot: 'https://user-images.githubusercontent.com/1402241/42991841-1f057e4e-8c07-11e8-909c-b051db7a2a03.png'
+}, {
include: [
features.isDiscussionList
],