Joystream Stats 1 год назад
Родитель
Сommit
31faf3dbc1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/state.ts

+ 2 - 2
src/state.ts

@@ -60,7 +60,7 @@ export const initialState = {
     searches: [],
     keysOfInterest: [],
     useSidebar: true,
-    showLog: true,
-    showNotes: true,
+    showLog: false,
+    showNotes: false,
   },
 };