sms verification: bugfixes 🐛

- fixed imports
- renamed `uiSteps` to `phases` to make the distinction between
  actual (tiny) steps and visible UI steps clear
- lookup `requestTx` if request has already been sent
- change code regex to match ethcore/sms-verification@59acb73
This commit is contained in:
Jannis R
2016-11-15 19:05:16 +01:00
parent 7a83fb8595
commit 8d4b1a332b
7 changed files with 41 additions and 35 deletions

View File

@@ -17,10 +17,9 @@
import React, { Component, PropTypes } from 'react';
import TxHash from '../../../ui/TxHash';
import VerificationStore from '../store';
const {
import {
POSTING_CONFIRMATION, POSTED_CONFIRMATION
} = VerificationStore;
} from '../store';
import styles from './sendConfirmation.css';