flowtype fix

pull/328/head
Szymon Lesisz 5 years ago
parent 155f794bcb
commit 9d325fb139

@ -225,7 +225,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (dispatch: Dis
account,
pending,
} = getState().selectedAccount;
if (!account) return state;
if (!account || account.networkType !== 'ripple') return state;
const { amount } = state;
if (amount.length < 1) {

Loading…
Cancel
Save