From c6c727ca571c91d1ff426e218ccadb075cdb2af6 Mon Sep 17 00:00:00 2001 From: yakov116 <16872793+yakov116@users.noreply.github.com> Date: Fri, 26 Jun 2020 04:30:43 -0400 Subject: Lint and avoid errors (#3256) --- source/features/fork-source-link-same-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/fork-source-link-same-view.tsx') 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 }); -- cgit v1.2.3