aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
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/containers/layout
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/containers/layout')
-rw-r--r--src/containers/layout/AppLayoutContainer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/containers/layout/AppLayoutContainer.tsx b/src/containers/layout/AppLayoutContainer.tsx
index 1cffc7ad1..1929492ff 100644
--- a/src/containers/layout/AppLayoutContainer.tsx
+++ b/src/containers/layout/AppLayoutContainer.tsx
@@ -120,10 +120,10 @@ class AppLayoutContainer extends Component<IProps> {
120 const servicesContainer = ( 120 const servicesContainer = (
121 <Services 121 <Services
122 services={services.allDisplayedUnordered} 122 services={services.allDisplayedUnordered}
123 // handleIPCMessage={handleIPCMessage} // TODO - - [TECH DEBT] check it later 123 // handleIPCMessage={handleIPCMessage} // TODO: [TECH DEBT] check it later
124 setWebviewReference={setWebviewReference} 124 setWebviewReference={setWebviewReference}
125 detachService={detachService} 125 detachService={detachService}
126 // openWindow={openWindow} // TODO - - [TECH DEBT] check it later 126 // openWindow={openWindow} // TODO: [TECH DEBT] check it later
127 reload={reload} 127 reload={reload}
128 openSettings={openSettings} 128 openSettings={openSettings}
129 update={updateService} 129 update={updateService}