summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_dropdown.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/rhs_dropdown.jsx')
-rw-r--r--webapp/components/rhs_dropdown.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/rhs_dropdown.jsx b/webapp/components/rhs_dropdown.jsx
index c6a10fa9e..e88d2a2bd 100644
--- a/webapp/components/rhs_dropdown.jsx
+++ b/webapp/components/rhs_dropdown.jsx
@@ -1,7 +1,9 @@
+import PropTypes from 'prop-types';
+
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import React, {Component, PropTypes} from 'react';
+import React, {Component} from 'react';
import {Dropdown} from 'react-bootstrap';
import RhsDropdownButton from 'components/rhs_dropdown_button.jsx';