mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-31 19:30:53 +00:00
flowtype fix
This commit is contained in:
parent
155f794bcb
commit
9d325fb139
@ -225,7 +225,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (dispatch: Dis
|
|||||||
account,
|
account,
|
||||||
pending,
|
pending,
|
||||||
} = getState().selectedAccount;
|
} = getState().selectedAccount;
|
||||||
if (!account) return state;
|
if (!account || account.networkType !== 'ripple') return state;
|
||||||
|
|
||||||
const { amount } = state;
|
const { amount } = state;
|
||||||
if (amount.length < 1) {
|
if (amount.length < 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user