Skip to content

Commit

Permalink
Revert "fix: hide git repo (#71)" (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum authored Mar 12, 2023
1 parent 591f87d commit a696a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MirrorList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a696a0a

Please sign in to comment.