aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/loading.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-02-17 00:11:36 +0800
committerGitHub <noreply@github.com>2018-02-17 00:11:36 +0800
commit4e8d9fef8497ff4d34517e4dafd4f5579531f798 (patch)
treeccb533203d4bdd2278ebefcffa42809238d42f88 /ui/app/components/loading.js
parent79f62635d787126f99a31508be8a927d23db639d (diff)
parent8b90b1d1b12bdae4f1fa06caec5cd5619dc83437 (diff)
downloadtangerine-wallet-browser-4e8d9fef8497ff4d34517e4dafd4f5579531f798.tar.gz
tangerine-wallet-browser-4e8d9fef8497ff4d34517e4dafd4f5579531f798.tar.zst
tangerine-wallet-browser-4e8d9fef8497ff4d34517e4dafd4f5579531f798.zip
Merge pull request #3200 from alextsg/cb-703
[NewUI] Remove accessing PropTypes from main React package
Diffstat (limited to 'ui/app/components/loading.js')
-rw-r--r--ui/app/components/loading.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/loading.js b/ui/app/components/loading.js
index 9442121fe..cb6fa51fb 100644
--- a/ui/app/components/loading.js
+++ b/ui/app/components/loading.js
@@ -1,6 +1,6 @@
const { Component } = require('react')
const h = require('react-hyperscript')
-const PropTypes = require('react').PropTypes
+const PropTypes = require('prop-types')
class LoadingIndicator extends Component {
renderMessage () {