From 4d26ffd4805c234e4b0592ae5aa9254e8c3206fd Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Wed, 23 Jun 2021 20:39:18 +0530 Subject: Upgraded eslint and fixed all the reported errors. (#1549) --- src/features/quickSwitch/Component.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/features/quickSwitch/Component.js') diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js index 01cd3b09b..04822db71 100644 --- a/src/features/quickSwitch/Component.js +++ b/src/features/quickSwitch/Component.js @@ -349,8 +349,6 @@ QuickSwitchModal.wrappedComponent.propTypes = { services: PropTypes.instanceOf(ServicesStore).isRequired, }).isRequired, actions: PropTypes.shape({ - service: PropTypes.shape({ - setActive: PropTypes.func.isRequired, - }).isRequired, + service: PropTypes.instanceOf(ServicesStore).isRequired, }).isRequired, }; -- cgit v1.2.3-70-g09d2