Fix linter error

pull/10616/head
deniz kusefoglu 2018-02-09 09:39:30 -08:00
parent 77146e42cc
commit 8c1739c430
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const LogsTableRow = ({logItem}) => {
)
}
const {number, shape, string} = PropTypes
const {shape, string} = PropTypes
LogsTableRow.propTypes = {
logItem: shape({