aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/services/ServiceItem.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
commit99ca310c73024b51fed1f3077375eed7827f2c20 (patch)
tree2bd15986f448129a2291acba90ccc6bf68a233e0 /src/components/settings/services/ServiceItem.tsx
parentDisable in-app auto-updates for portable windows installation (fixes #1088) (... (diff)
downloadferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.gz
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.zst
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.zip
Fix issues reported by sonarqube linter
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;