aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/services/ServiceItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings/services/ServiceItem.tsx')
-rw-r--r--src/components/settings/services/ServiceItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/services/ServiceItem.tsx b/src/components/settings/services/ServiceItem.tsx
index 0737a680c..bf2dfa9da 100644
--- a/src/components/settings/services/ServiceItem.tsx
+++ b/src/components/settings/services/ServiceItem.tsx
@@ -32,7 +32,7 @@ class ServiceItem extends Component<IProps> {
32 render(): ReactElement { 32 render(): ReactElement {
33 const { 33 const {
34 service, 34 service,
35 // toggleAction, // TODO - [TECH DEBT][PROP NOT USED IN COMPONENT] check it later 35 // toggleAction, // TODO: [TECH DEBT][PROP NOT USED IN COMPONENT] check it later
36 goToServiceForm, 36 goToServiceForm,
37 } = this.props; 37 } = this.props;
38 const { intl } = this.props; 38 const { intl } = this.props;