diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-23 16:56:02 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-23 16:56:02 +0300 |
| commit | 1c2cfddfb487770bcc19f11eedd490c3bebe175d (patch) | |
| tree | c82d209e8e11d3c0a2d7338dbaa2db266d59b917 /app/components/Settings.js | |
| parent | 79f630bf805caa15d51c276dce70c131bd42162d (diff) | |
| download | mullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.tar.xz mullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.zip | |
Migrate to React 15.6
Diffstat (limited to 'app/components/Settings.js')
| -rw-r--r-- | app/components/Settings.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index cc8dc24f25..eaec0355f2 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -1,5 +1,6 @@ import moment from 'moment'; -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import { If, Then, Else } from 'react-if'; import { Layout, Container, Header } from './Layout'; import Switch from './Switch'; |
