aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout/AppLayoutContainer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/layout/AppLayoutContainer.tsx')
-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}