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/publishDebugInfo/Component.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/features/publishDebugInfo/Component.js') diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js index 63f15fe7b..4308b8f09 100644 --- a/src/features/publishDebugInfo/Component.js +++ b/src/features/publishDebugInfo/Component.js @@ -11,6 +11,7 @@ import Input from '../../components/ui/Input'; import Modal from '../../components/ui/Modal'; import { DEBUG_API } from '../../config'; import AppStore from '../../stores/AppStore'; +import ServicesStore from '../../stores/ServicesStore'; const messages = defineMessages({ @@ -201,8 +202,6 @@ PublishDebugLogModal.wrappedComponent.propTypes = { app: PropTypes.instanceOf(AppStore).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