From aa28cf0641bdae05adf6891e00c5b24d5210b1ba Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 1 Feb 2022 21:52:54 +0000 Subject: [PATCH] using button loading props vs Loader component (#1677) --- pages/integrations/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 96deb7c4..2c503c73 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -610,12 +610,9 @@ function Web3ConnectBtn() { utils.invalidateQueries("viewer.web3Integration"); }; - if (mutation.isLoading) { - return ; - } - return (