summaryrefslogtreecommitdiff
path: root/source/features/link-to-file-in-file-history.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <opensource@bfred.it> 2020-04-03 19:09:49 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-03 19:09:49 +0200
commit45ab67ec7f1675cc29182a993688e7a45fa429bc (patch)
tree5c364a98f368debf3b8adfdf20283803392bd84d /source/features/link-to-file-in-file-history.tsx
parent38b6947ff6b6b5b882f4f6181a9a624a894ae147 (diff)
downloadrefined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.gz
refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.zst
refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.zip
Allow multiple loaders in a single `features.add` (#2925)
Diffstat (limited to 'source/features/link-to-file-in-file-history.tsx')
-rw-r--r--source/features/link-to-file-in-file-history.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx
index 3cbfd04f..2d5ded23 100644
--- a/source/features/link-to-file-in-file-history.tsx
+++ b/source/features/link-to-file-in-file-history.tsx
@@ -33,7 +33,8 @@ function init(): void | false {
features.add({
id: __featureName__,
description: 'Adds links to the file itself in a file’s commit list.',
- screenshot: 'https://user-images.githubusercontent.com/22439276/57195061-b88ddf00-6f6b-11e9-8ad9-13225d09266d.png',
+ screenshot: 'https://user-images.githubusercontent.com/22439276/57195061-b88ddf00-6f6b-11e9-8ad9-13225d09266d.png'
+}, {
include: [
features.isRepoCommitList
],