aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch/Component.js')
-rw-r--r--src/features/quickSwitch/Component.js4
1 files changed, 1 insertions, 3 deletions
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 = {
349 services: PropTypes.instanceOf(ServicesStore).isRequired, 349 services: PropTypes.instanceOf(ServicesStore).isRequired,
350 }).isRequired, 350 }).isRequired,
351 actions: PropTypes.shape({ 351 actions: PropTypes.shape({
352 service: PropTypes.shape({ 352 service: PropTypes.instanceOf(ServicesStore).isRequired,
353 setActive: PropTypes.func.isRequired,
354 }).isRequired,
355 }).isRequired, 353 }).isRequired,
356}; 354};