Skip to content

Commit

Permalink
chore(ZNTA-1922): use prop-types in EditableText
Browse files Browse the repository at this point in the history
Changed most of them earlier, but missed this one.
  • Loading branch information
davidmason committed Jun 14, 2017
1 parent cd5d4dc commit 0691160
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React, {
Component,
PropTypes
} from 'react'
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Row } from 'react-bootstrap'
import { TextInput } from '../../components'

Expand Down

0 comments on commit 0691160

Please sign in to comment.