aboutsummaryrefslogtreecommitdiffstats
path: root/ui/responsive/app/components/account-dropdowns.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/responsive/app/components/account-dropdowns.js')
-rw-r--r--ui/responsive/app/components/account-dropdowns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/responsive/app/components/account-dropdowns.js b/ui/responsive/app/components/account-dropdowns.js
index cbb97b2cb..f77d2fe9c 100644
--- a/ui/responsive/app/components/account-dropdowns.js
+++ b/ui/responsive/app/components/account-dropdowns.js
@@ -200,7 +200,7 @@ AccountDropdowns.propTypes = {
selected: PropTypes.string,
}
-const mapDispatchToProps = (dispatch, ownProps) => {
+const mapDispatchToProps = (dispatch) => {
return {
actions: {
showConfigPage: () => dispatch(actions.showConfigPage()),