From 804cff206918fa46acf45e95424ff53bea959e16 Mon Sep 17 00:00:00 2001 From: Amogh Bharadwaj Date: Fri, 9 Feb 2024 19:32:59 +0530 Subject: [PATCH] Fix for peer spinner button (#1235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2024-02-09 at 7 28 38 PM --- ui/components/PeerComponent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/components/PeerComponent.tsx b/ui/components/PeerComponent.tsx index aa8b7c25df..5b2f717cd2 100644 --- a/ui/components/PeerComponent.tsx +++ b/ui/components/PeerComponent.tsx @@ -44,7 +44,6 @@ const PeerButton = ({ const handleClick = () => { setIsLoading(true); router.push(`/peers/${peerName}`); - setIsLoading(false); }; return (