From c4d8fb2e00a0193d3eeda121e162d1cae7b1ec27 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 2 Aug 2022 05:22:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20bugs=20in=20PingModule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/ping/PingModule.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/modules/ping/PingModule.tsx b/src/modules/ping/PingModule.tsx index cea074dd7..871b894d7 100644 --- a/src/modules/ping/PingModule.tsx +++ b/src/modules/ping/PingModule.tsx @@ -56,22 +56,23 @@ export default function PingComponent(props: any) { return null; } return ( - - {null} - - + + ); }