aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/account-dropdowns.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/account-dropdowns.js')
-rw-r--r--old-ui/app/components/account-dropdowns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/account-dropdowns.js b/old-ui/app/components/account-dropdowns.js
index a3908f45d..da9f60492 100644
--- a/old-ui/app/components/account-dropdowns.js
+++ b/old-ui/app/components/account-dropdowns.js
@@ -1,5 +1,5 @@
const Component = require('react').Component
-const PropTypes = require('react').PropTypes
+const PropTypes = require('prop-types')
const h = require('react-hyperscript')
const actions = require('../../../ui/app/actions')
const genAccountLink = require('etherscan-link').createAccountLink