Browse Source

hide notes, debug

Joystream Stats 1 year ago
parent
commit
31faf3dbc1
1 changed files with 2 additions and 2 deletions
  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,
   },
 };