Browse Source

prettier

gre-patch-1
Gaëtan Renaudeau 6 years ago
parent
commit
62118a453e
No known key found for this signature in database GPG Key ID: 7B66B85F042E5451
  1. 6
      src/bridge/RippleJSBridge.js

6
src/bridge/RippleJSBridge.js

@ -20,7 +20,11 @@ import {
import FeesRippleKind from 'components/FeesField/RippleKind'
import AdvancedOptionsRippleKind from 'components/AdvancedOptions/RippleKind'
import { getAccountPlaceholderName, getNewAccountPlaceholderName } from 'helpers/accountName'
import { NotEnoughBalance, FeeNotLoaded, NotEnoughBalanceBecauseDestinationNotCreated } from 'config/errors'
import {
NotEnoughBalance,
FeeNotLoaded,
NotEnoughBalanceBecauseDestinationNotCreated,
} from 'config/errors'
import type { WalletBridge, EditProps } from './types'
type Transaction = {

Loading…
Cancel
Save