aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout/AppLayoutContainer.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-07 15:29:31 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-07 15:29:31 +0100
commitdd307e3deb14f1738029ea38f7c1de7893455283 (patch)
tree9e1148d98476f864903900e819b509dfe12a7f14 /src/containers/layout/AppLayoutContainer.js
parentRemove cumbersome style nesting (diff)
downloadferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.tar.gz
ferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.tar.zst
ferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.zip
feature(Service): Add webview crash handler to display a user friendly message
Diffstat (limited to 'src/containers/layout/AppLayoutContainer.js')
-rw-r--r--src/containers/layout/AppLayoutContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/layout/AppLayoutContainer.js b/src/containers/layout/AppLayoutContainer.js
index aa7f7952a..68ad1039e 100644
--- a/src/containers/layout/AppLayoutContainer.js
+++ b/src/containers/layout/AppLayoutContainer.js
@@ -92,11 +92,11 @@ export default class AppLayoutContainer extends Component {
92 92
93 const servicesContainer = ( 93 const servicesContainer = (
94 <Services 94 <Services
95 // settings={allSettings}
96 services={allServices} 95 services={allServices}
97 handleIPCMessage={handleIPCMessage} 96 handleIPCMessage={handleIPCMessage}
98 setWebviewReference={setWebviewReference} 97 setWebviewReference={setWebviewReference}
99 openWindow={openWindow} 98 openWindow={openWindow}
99 reload={reload}
100 /> 100 />
101 ); 101 );
102 102