From fc5098054f81d5db4fe589ae1201f5e7f00aaf05 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 11 Mar 2021 10:10:16 +0700 Subject: [PATCH] fixed order of the git stats --- src/components/boris/BorisStatsGit/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/boris/BorisStatsGit/index.tsx b/src/components/boris/BorisStatsGit/index.tsx index 7ad88808..030699a3 100644 --- a/src/components/boris/BorisStatsGit/index.tsx +++ b/src/components/boris/BorisStatsGit/index.tsx @@ -45,11 +45,11 @@ const BorisStatsGit: FC = ({ stats }) => { - {closed.map(data => ( + {open.map(data => ( ))} - {open.map(data => ( + {closed.map(data => ( ))}