summaryrefslogtreecommitdiffstats
path: root/webapp/store
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-05-16 09:11:24 -0400
committerChristopher Speller <crspeller@gmail.com>2017-05-16 09:11:24 -0400
commit9ffc1da55607d3d167947d0761407119ea314b3a (patch)
tree5a7b8845607d7c7dd31c22131b3d96897de6babb /webapp/store
parent0a20e8d3269515e2d44a0bcad0a2408f62245814 (diff)
downloadchat-9ffc1da55607d3d167947d0761407119ea314b3a.tar.gz
chat-9ffc1da55607d3d167947d0761407119ea314b3a.tar.bz2
chat-9ffc1da55607d3d167947d0761407119ea314b3a.zip
Point webapp at redux webapp-master branch (#6415)
Diffstat (limited to 'webapp/store')
-rw-r--r--webapp/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/store/index.js b/webapp/store/index.js
index 521181f8c..7ab22e292 100644
--- a/webapp/store/index.js
+++ b/webapp/store/index.js
@@ -107,6 +107,6 @@ export default function configureStore(initialState) {
}
};
- return configureServiceStore({}, {}, offlineOptions);
+ return configureServiceStore({}, {}, offlineOptions, null, false);
}