aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/EventLog/EventList.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/components/EventLog/EventList.jsx')
-rw-r--r--web/src/js/components/EventLog/EventList.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/src/js/components/EventLog/EventList.jsx b/web/src/js/components/EventLog/EventList.jsx
index 14f2b5b2..a77b7e36 100644
--- a/web/src/js/components/EventLog/EventList.jsx
+++ b/web/src/js/components/EventLog/EventList.jsx
@@ -1,4 +1,5 @@
-import React, { Component, PropTypes } from 'react'
+import React, { Component } from 'react'
+import PropTypes from 'prop-types'
import ReactDOM from 'react-dom'
import shallowEqual from 'shallowequal'
import AutoScroll from '../helpers/AutoScroll'