diff --git a/common/sagas/swap/orders.ts b/common/sagas/swap/orders.ts index 38786d7c..3a4d4843 100644 --- a/common/sagas/swap/orders.ts +++ b/common/sagas/swap/orders.ts @@ -301,6 +301,9 @@ export function* shapeshiftOrderTimeRemaining(): SagaIterator { yield put(showNotification('danger', ORDER_TIMEOUT_MESSAGE, Infinity)); } break; + case 'received': + yield put(stopOrderTimerSwap()); + break; case 'complete': yield put(stopPollShapeshiftOrderStatus()); yield put(stopLoadShapeshiftRatesSwap());