summaryrefslogtreecommitdiff
path: root/src/client/app/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/store.ts')
-rw-r--r--src/client/app/store.ts15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts
index 135fbe51f5..7795c9477a 100644
--- a/src/client/app/store.ts
+++ b/src/client/app/store.ts
@@ -7,20 +7,7 @@ import { hostname } from './config';
const defaultSettings = {
home: null,
mobileHome: [],
- deck: {
- columns: [/*{
- type: 'widgets',
- widgets: []
- }, */{
- type: 'home'
- }, {
- type: 'notifications'
- }, {
- type: 'local'
- }, {
- type: 'global'
- }]
- },
+ deck: null,
fetchOnScroll: true,
showMaps: true,
showPostFormOnTopOfTl: false,