From e9c228877a4602e1bb6455265cb89a0ae780df36 Mon Sep 17 00:00:00 2001 From: james-prado Date: Fri, 8 Jun 2018 09:23:08 -0400 Subject: [PATCH] Re run cli --- common/containers/Tabs/Swap/components/SwapProgress.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/common/containers/Tabs/Swap/components/SwapProgress.tsx b/common/containers/Tabs/Swap/components/SwapProgress.tsx index 2ad63353..39d637c6 100644 --- a/common/containers/Tabs/Swap/components/SwapProgress.tsx +++ b/common/containers/Tabs/Swap/components/SwapProgress.tsx @@ -12,7 +12,6 @@ export interface Props { provider: string; bityOrderStatus: string | null; shapeshiftOrderStatus: string | null; - // actions showNotification: TShowNotification; }