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; }