diff --git a/webapp/components/admin_console/setting.jsx b/webapp/components/admin_console/setting.jsx index 591e8b5519..9ef6554ac5 100644 --- a/webapp/components/admin_console/setting.jsx +++ b/webapp/components/admin_console/setting.jsx @@ -1,34 +1,35 @@ -import PropTypes from 'prop-types'; - // Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. -import React from 'react'; +import React, {PureComponent} from 'react'; +import PropTypes from 'prop-types'; -export default function Setting(props) { - return ( -