summaryrefslogtreecommitdiff
path: root/source/features/fork-source-link-same-view.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/fork-source-link-same-view.tsx')
-rw-r--r--source/features/fork-source-link-same-view.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/fork-source-link-same-view.tsx b/source/features/fork-source-link-same-view.tsx
index d65d3f48..59bd55f1 100644
--- a/source/features/fork-source-link-same-view.tsx
+++ b/source/features/fork-source-link-same-view.tsx
@@ -31,7 +31,7 @@ void features.add({
],
exclude: [
() => !pageDetect.isForkedRepo(),
- () => pageDetect.isRepoRoot()
+ pageDetect.isRepoRoot
],
init
});