Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 6, 2018
1 parent d98f371 commit c21c5b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { prop, map, trim } from 'ramda'
import { prop, map } from 'ramda'
import styled from 'styled-components'
import { required } from 'services/FormHelper'
import { Button, Modal, ModalHeader, ModalBody, ModalFooter } from 'blockchain-info-components'
Expand Down

0 comments on commit c21c5b0

Please sign in to comment.