From bb6c853d3c69e513c9d7cb2157e7841799516e17 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 10 Mar 2021 16:09:48 +0700 Subject: [PATCH] #25 removed issues sort --- src/components/boris/BorisStatsGit/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/boris/BorisStatsGit/index.tsx b/src/components/boris/BorisStatsGit/index.tsx index 6557869c..b8049034 100644 --- a/src/components/boris/BorisStatsGit/index.tsx +++ b/src/components/boris/BorisStatsGit/index.tsx @@ -38,7 +38,6 @@ const BorisStatsGit: FC = ({ stats }) => { {stats.issues .filter(el => !el.pull_request) .slice(0, 10) - .sort(el => (el.state === 'open' ? 1 : -1)) .map(data => ( ))}