From 9c2ed9bcce9fb8d758ca6b343c378a7fc77fe877 Mon Sep 17 00:00:00 2001 From: Tyler Shipe Date: Thu, 15 Apr 2021 16:14:57 -0400 Subject: [PATCH] remove extra notifications --- components/BalancesTable.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/BalancesTable.tsx b/components/BalancesTable.tsx index 9ec1569..ec50820 100644 --- a/components/BalancesTable.tsx +++ b/components/BalancesTable.tsx @@ -26,10 +26,6 @@ const BalancesTable = () => { markets, wallet ) - notify({ - message: 'Successfully settled funds', - type: 'info', - }) } catch (e) { console.warn('Error settling all:', e) if (e.message === 'No unsettled funds') {