summaryrefslogtreecommitdiffstats
path: root/src/containers/layout/AppLayoutContainer.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-03-20 11:28:04 +0100
committerLibravatar GitHub <noreply@github.com>2018-03-20 11:28:04 +0100
commit0f554020c0e45302b7c9c0006f82faaacdcdd83b (patch)
treeb4c054632d8034cadf25e6aed686371a61de77ea /src/containers/layout/AppLayoutContainer.js
parentMerge pull request #713 from meetfranz/develop (diff)
parentUpdate changelog [ci skip] (diff)
downloadferdium-app-0f554020c0e45302b7c9c0006f82faaacdcdd83b.tar.gz
ferdium-app-0f554020c0e45302b7c9c0006f82faaacdcdd83b.tar.zst
ferdium-app-0f554020c0e45302b7c9c0006f82faaacdcdd83b.zip
Merge pull request #808 from meetfranz/release/5.0.0-beta.17v5.0.0-beta.17
Franz 5.0.0 beta.17
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 e4a9d60c3..075bd5e34 100644
--- a/src/containers/layout/AppLayoutContainer.js
+++ b/src/containers/layout/AppLayoutContainer.js
@@ -94,7 +94,7 @@ export default class AppLayoutContainer extends Component {
94 94
95 const servicesContainer = ( 95 const servicesContainer = (
96 <Services 96 <Services
97 services={services.allDisplayed} 97 services={services.allDisplayedUnordered}
98 handleIPCMessage={handleIPCMessage} 98 handleIPCMessage={handleIPCMessage}
99 setWebviewReference={setWebviewReference} 99 setWebviewReference={setWebviewReference}
100 openWindow={openWindow} 100 openWindow={openWindow}