From 64840230e274d97758aec675089b75ee52fcda9f Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Wed, 3 Feb 2021 01:08:15 +0200 Subject: [PATCH] fix apstats table spacing --- components/builds/APStats.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/builds/APStats.tsx b/components/builds/APStats.tsx index c5f2135c5..565c734a7 100644 --- a/components/builds/APStats.tsx +++ b/components/builds/APStats.tsx @@ -23,8 +23,8 @@ interface Props { const APStats: React.FC = ({ stats }) => { if (Number.isNaN(stats[0].average)) return null; return ( - - + +
@@ -65,7 +65,7 @@ const APStats: React.FC = ({ stats }) => {
- +