Selaa lähdekoodia

hide notes, debug

Joystream Stats 1 vuosi sitten
vanhempi
commit
31faf3dbc1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
   },
 };