aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout/AppLayoutContainer.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-03-14 20:37:31 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-03-14 20:37:31 +0100
commit82e832c09b2e013d3643e02a8a366cd4f3900b63 (patch)
treebc2c20dc7f435497edbc417fc51c0fb845c1c167 /src/containers/layout/AppLayoutContainer.js
parentfeat(Mac): Add dock bounce when new update is available (diff)
downloadferdium-app-82e832c09b2e013d3643e02a8a366cd4f3900b63.tar.gz
ferdium-app-82e832c09b2e013d3643e02a8a366cd4f3900b63.tar.zst
ferdium-app-82e832c09b2e013d3643e02a8a366cd4f3900b63.zip
feat(Services): Improve performance when reordering services
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}