From a696a0a5f268f08e0c806092ef3730da508f8070 Mon Sep 17 00:00:00 2001 From: LightQuantum Date: Sun, 12 Mar 2023 22:21:27 +0800 Subject: [PATCH] Revert "fix: hide git repo (#71)" (#88) --- src/MirrorList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MirrorList.js b/src/MirrorList.js index 98dfc7c..8b2079f 100644 --- a/src/MirrorList.js +++ b/src/MirrorList.js @@ -44,7 +44,6 @@ function Overlay({ key, value }) { function MirrorList({ summary }) { const rows = sortBy(Object.keys(summary), (k) => k.toLowerCase()).map( (key) => { - if (/git(hub)*\/.*/.test(key)) return null; const value = summary[key]; const status = getStatus(value); return (